Skip to content

Commit 9014199

Browse files
authored
Rename BLSamplePosition PK column positionId -> blSamplePositionId (#273)
1 parent 6ed22fe commit 9014199

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2025_05_02_BLSamplePosition_rename_column.sql', 'ONGOING');
2+
3+
ALTER TABLE BLSamplePosition
4+
RENAME COLUMN `positionId` TO `blSamplePositionId`;
5+
6+
UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2025_05_02_BLSamplePosition_rename_column.sql';

0 commit comments

Comments
 (0)