Skip to content

Commit

Permalink
Partiy with weekly - sequence region tables
Browse files Browse the repository at this point in the history
  • Loading branch information
afg1 committed Oct 2, 2023
1 parent a33a4ff commit 7173e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/import-data/post-release/001__regions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ where

-- Make a copy of the data I will delete from rnc_accession_sequence_region into a backup table
-- Hopefully we can then just drop it...
drop table rnc_ac_sr_backup;
drop table if exists rnc_ac_sr_backup;

select * into rnc_ac_sr_backup
from rnc_accession_sequence_region
Expand Down

0 comments on commit 7173e66

Please sign in to comment.