Skip to content

Commit 549e00c

Browse files
committed
add instrument serial number column
1 parent ef3458f commit 549e00c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

resources/schemas/dbscripts/postgresql/targetedms-24.005-24.006.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ CREATE TABLE targetedms.msInstrument
4949
active BOOLEAN NOT NULL DEFAULT '1',
5050
color varchar(10) DEFAULT NULL,
5151
massSpec BOOLEAN DEFAULT '1',
52+
instrument varchar(200),
5253

5354
Container entityid NOT NULL,
5455
Created TIMESTAMP,

resources/schemas/targetedms.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1810,6 +1810,7 @@
18101810
<column columnName="active"/>
18111811
<column columnName="color"/>
18121812
<column columnName="massSpec"/>
1813+
<column columnName="instrument"/>
18131814
<column columnName="Created"/>
18141815
<column columnName="CreatedBy"/>
18151816
<column columnName="Modified"/>

0 commit comments

Comments
 (0)