diff --git a/snd/resources/schemas/dbscripts/postgresql/snd-26.000-26.001.sql b/snd/resources/schemas/dbscripts/postgresql/snd-26.000-26.001.sql deleted file mode 100644 index de60be5a7..000000000 --- a/snd/resources/schemas/dbscripts/postgresql/snd-26.000-26.001.sql +++ /dev/null @@ -1,6 +0,0 @@ --- Dropping idx_snd_lookups_lookupsetid [LookupSetId] because it overlaps with idx_snd_lookups_lookupsetid_value [LookupSetId, Value] -DROP INDEX snd.idx_snd_lookups_lookupsetid; --- Dropping idx_snd_pkgcategoryjunction_pkgid [PkgId] because it overlaps with pk_snd_pkgcategoryjunction [PkgId, CategoryId] -DROP INDEX snd.idx_snd_pkgcategoryjunction_pkgid; --- Dropping idx_snd_eventnotes_eventnoteid [EventNoteId] because it overlaps with pk_snd_eventnotes [EventNoteId] -DROP INDEX snd.idx_snd_eventnotes_eventnoteid; diff --git a/snd/src/org/labkey/snd/SNDModule.java b/snd/src/org/labkey/snd/SNDModule.java deleted file mode 100644 index e69de29bb..000000000