File tree Expand file tree Collapse file tree
resources/schemas/dbscripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ ALTER TABLE targetedms.msProject ALTER COLUMN labDirector TYPE USERID;
6363
6464
6565ALTER TABLE targetedms .instrumentSchedule ADD COLUMN instrumentOperator USERID;
66- ALTER TABLE targetedms .instrumentSchedule ADD CONSTRAINT FK_instrumentSchedule_instrumentRate FOREIGN KEY (instrumentRate) REFERENCES targetedms .instrumentRate (Id);
6766CREATE INDEX IDX_instrumentSchedule_InstrumentOperator ON targetedms .instrumentSchedule (instrumentOperator);
6867
6968
Original file line number Diff line number Diff line change @@ -64,5 +64,4 @@ ALTER TABLE targetedms.projectResearcher ALTER COLUMN researcher TYPE USERID;
6464ALTER TABLE targetedms .msProject ALTER COLUMN labDirector TYPE USERID;
6565
6666ALTER TABLE targetedms .instrumentSchedule ADD COLUMN instrumentOperator USERID;
67- ALTER TABLE targetedms .instrumentSchedule ADD CONSTRAINT FK_instrumentSchedule_instrumentRate FOREIGN KEY (instrumentRate) REFERENCES targetedms .instrumentRate (Id);
6867CREATE INDEX IDX_instrumentSchedule_InstrumentOperator ON targetedms .instrumentSchedule (instrumentOperator);
You can’t perform that action at this time.
0 commit comments