Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
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.
-- New syntax results in a SQL exception, so it's commented out, but left as historical documentation of the intent.
-- ALTER TABLE barcodes.sequenceanalysis DROP CONSTRAINT IF EXISTS UNIQUE_barcodes;

CREATE TABLE sequenceanalysis.genomeAliases (
rowid serial,
Expand Down