-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
resources/schemas/dbscripts/postgresql/targetedms-23.004-23.005.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ALTER TABLE targetedms.molecule ALTER COLUMN customionname TYPE TEXT; | ||
ALTER TABLE targetedms.moleculeprecursor ALTER COLUMN customionname TYPE TEXT; | ||
ALTER TABLE targetedms.moleculetransition ALTER COLUMN customionname TYPE TEXT; | ||
ALTER TABLE targetedms.excludedprecursors ALTER COLUMN customionname TYPE TEXT; |
4 changes: 4 additions & 0 deletions
4
resources/schemas/dbscripts/sqlserver/targetedms-23.004-23.005.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ALTER TABLE targetedms.molecule ALTER COLUMN customionname NVARCHAR(MAX); | ||
ALTER TABLE targetedms.moleculeprecursor ALTER COLUMN customionname NVARCHAR(MAX); | ||
ALTER TABLE targetedms.moleculetransition ALTER COLUMN customionname NVARCHAR(MAX); | ||
ALTER TABLE targetedms.excludedprecursors ALTER COLUMN customionname NVARCHAR(MAX); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters