Skip to content
Merged
Show file tree
Hide file tree
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
@@ -0,0 +1,5 @@
-- This is a reversal of SequenceAnalysis-12.329-12.330.sql:
DROP INDEX IF EXISTS sequenceanalysis.IDX_asj_status_container_alignment_id_ref_nt_id;
DROP INDEX IF EXISTS sequenceanalysis.IDX_haplotypes_name_date;
DROP INDEX IF EXISTS sequenceanalysis.IDX_haplotype_sequences_name_haplotype_type;
DROP INDEX IF EXISTS sequenceanalysis.IDX_alignment_summary_analysis_id_rowid_container_total;
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- This is a reversal of SequenceAnalysis-12.329-12.330.sql:
DROP INDEX IDX_asj_status_container_alignment_id_ref_nt_id ON sequenceanalysis.alignment_summary_junction;
DROP INDEX IDX_haplotypes_name_date ON sequenceanalysis.haplotypes;
DROP INDEX IDX_haplotype_sequences_name_haplotype_type ON sequenceanalysis.haplotype_sequences;
DROP INDEX IDX_alignment_summary_analysis_id_rowid_container_total ON sequenceanalysis.alignment_summary;
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public String getName()
@Override
public Double getSchemaVersion()
{
return 12.330;
return 12.331;
}

@Override
Expand Down