There was an error while loading. Please reload this page.
1 parent f3bd947 commit cdf7a5bCopy full SHA for cdf7a5b
1 file changed
SequenceAnalysis/resources/schemas/dbscripts/postgresql/SequenceAnalysis-12.291-12.292.sql
@@ -1,4 +1,6 @@
1
-SELECT core.fn_dropifexists('sequenceanalysis', 'barcodes', 'CONSTRAINT', 'UNIQUE_barcodes');
+-- The schema and table names were reversed in a previous attempt to drop this constraint, so it was never dropped.
2
+-- New syntax results in a SQL exception, so it's commented out, but left as historical documentation of the intent.
3
+-- ALTER TABLE barcodes.sequenceanalysis DROP CONSTRAINT IF EXISTS UNIQUE_barcodes;
4
5
CREATE TABLE sequenceanalysis.genomeAliases (
6
rowid serial,
0 commit comments