Skip to content

Commit 1638ba8

Browse files
Remove SQL Server upgrade scripts and code
1 parent 1e12150 commit 1638ba8

146 files changed

Lines changed: 42 additions & 2456 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

GenotypeAssays/module.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
ModuleClass: org.labkey.genotypeassays.GenotypeAssaysModule
22
ManageVersion: false
3-
SupportedDatabases: mssql, pgsql

GenotypeAssays/resources/schemas/dbscripts/sqlserver/genotypeassays-0.00-0.01.sql

Lines changed: 0 additions & 31 deletions
This file was deleted.

GenotypeAssays/resources/schemas/dbscripts/sqlserver/genotypeassays-0.02-0.03.sql

Lines changed: 0 additions & 31 deletions
This file was deleted.

GenotypeAssays/src/org/labkey/genotypeassays/GeneticsTableCustomizer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ private void customizeSummaryGrouped(AbstractTableInfo ti)
167167
}
168168

169169
Domain d = ap.getResultsDomain(protocols.get(0));
170-
String chr = ti.getSqlDialect().isPostgreSQL() ? "chr" : "char";
171170
SQLFragment sql3 = new SQLFragment("(select ").append(ti.getSqlDialect().getGroupConcat(new SQLFragment("hs.haplotype"), true, true, getNewlineSql(ti))).append(" as expr FROM assayresult." + d.getStorageTableName() + " a JOIN sequenceanalysis.haplotype_sequences hs ON (a.marker = hs.haplotype AND hs.type = 'Lineage' AND hs.present = " + ti.getSqlDialect().getBooleanTRUE() + ") WHERE a.analysisId = " + ExprColumn.STR_TABLE_ALIAS + ".analysis_id AND a.result IS NULL AND hs.name = " + ExprColumn.STR_TABLE_ALIAS + ".lineages)");
172171
ExprColumn newCol3 = new ExprColumn(ti, "cachedHaplotypes", sql3, JdbcType.VARCHAR, ti.getColumn("analysis_id"), ti.getColumn("lineages"));
173172
newCol3.setLabel("Matching Cached Haplotypes");

IDR/module.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ Description: This module will support the ONPRC IDR
44
License: Apache 2.0
55
LicenseURL: http://www.apache.org/licenses/LICENSE-2.0
66
ManageVersion: false
7-
SupportedDatabases: mssql, pgsql

IDR/resources/schemas/dbscripts/sqlserver/idr-0.00-23.000.sql

Lines changed: 0 additions & 20 deletions
This file was deleted.

LabPurchasing/module.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ Description: A module designed to assist with purchasing supplies for academic l
44
License: Apache 2.0
55
LicenseURL: http://www.apache.org/licenses/LICENSE-2.0
66
ManageVersion: false
7-
SupportedDatabases: mssql, pgsql

LabPurchasing/resources/schemas/dbscripts/sqlserver/labpurchasing-0.00-20.000.sql

Lines changed: 0 additions & 20 deletions
This file was deleted.

LabPurchasing/resources/schemas/dbscripts/sqlserver/labpurchasing-20.000-20.001.sql

Lines changed: 0 additions & 116 deletions
This file was deleted.

LabPurchasing/resources/schemas/dbscripts/sqlserver/labpurchasing-20.001-20.002.sql

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)