Skip to content
Snippets Groups Projects
Commit 2b8552ff authored by Patrick Meidl's avatar Patrick Meidl
Browse files

added drop table statements

parent 67d1afec
No related branches found
No related tags found
No related merge requests found
......@@ -33,3 +33,13 @@ DELETE FROM stable_id_event;
DELETE FROM gene_archive;
DELETE FROM peptide_archive;
# drop backup tables
DROP TABLE gene_stable_id_bak;
DROP TABLE transcript_stable_id_bak;
DROP TABLE translation_stable_id_bak;
DROP TABLE exon_stable_id_bak;
DROP TABLE mapping_session_bak;
DROP TABLE stable_id_event_bak;
DROP TABLE gene_archive_bak;
DROP TABLE peptide_archive_bak;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment