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
1 change: 1 addition & 0 deletions elisa/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ OrganizationURL: https://www.labkey.com/
License: Apache 2.0
LicenseURL: http://www.apache.org/licenses/LICENSE-2.0
SupportedDatabases: mssql, pgsql
ManageVersion: true
1 change: 1 addition & 0 deletions elispotassay/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ OrganizationURL: https://www.labkey.com/
License: Apache 2.0
LicenseURL: http://www.apache.org/licenses/LICENSE-2.0
SupportedDatabases: mssql, pgsql
ManageVersion: true
1 change: 1 addition & 0 deletions flow/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ OrganizationURL: https://www.labkey.com/
License: Apache 2.0
LicenseURL: http://www.apache.org/licenses/LICENSE-2.0
SupportedDatabases: mssql, pgsql
ManageVersion: true
1 change: 1 addition & 0 deletions luminex/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ OrganizationURL: https://www.labkey.com/
License: Apache 2.0
LicenseURL: http://www.apache.org/licenses/LICENSE-2.0
SupportedDatabases: mssql, pgsql
ManageVersion: true
1 change: 1 addition & 0 deletions microarray/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ Organization: LabKey
OrganizationURL: https://www.labkey.com/
License: Apache 2.0
LicenseURL: http://www.apache.org/licenses/LICENSE-2.0
ManageVersion: true
1 change: 1 addition & 0 deletions ms2/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ OrganizationURL: https://www.labkey.com/
License: Apache 2.0
LicenseURL: http://www.apache.org/licenses/LICENSE-2.0
SupportedDatabases: mssql, pgsql
ManageVersion: true
1 change: 1 addition & 0 deletions nab/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ OrganizationURL: https://www.labkey.com/
License: Apache 2.0
LicenseURL: http://www.apache.org/licenses/LICENSE-2.0
SupportedDatabases: mssql, pgsql
ManageVersion: true
1 change: 1 addition & 0 deletions protein/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ OrganizationURL: https://www.labkey.com/
License: Apache 2.0
LicenseURL: http://www.apache.org/licenses/LICENSE-2.0
SupportedDatabases: mssql, pgsql
ManageVersion: true
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

-- @SkipScriptIfSchemaExists This script moved from the MS2 module to the Protein module in 2024. If the schema exists,
-- we want this script to be recorded as "run", but don't want any of the statements executed.
-- TODO: Remove the above annotation in Jan, 2026 during script consolidation

CREATE SCHEMA prot;
GO
Expand Down
1 change: 1 addition & 0 deletions viability/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ Organization: LabKey
OrganizationURL: https://www.labkey.com/
License: Apache 2.0
LicenseURL: http://www.apache.org/licenses/LICENSE-2.0
ManageVersion: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want this carriage return?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do want a newline at the end of each of these files; they make it easier to append properties in the future. I don't see an obvious way to turn this into CRLF... I think the GitHub .gitattributes -text directive effectively disallows newline changes.