Skip to content

Commit d3393da

Browse files
authored
Add processingPipelineId column (#243)
1 parent 1060c17 commit d3393da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2024_09_25_AutoProcProgram_processingPipelineId.sql', 'ONGOING');
2+
3+
ALTER TABLE AutoProcProgram ADD processingPipelineId int(11) unsigned DEFAULT NULL;
4+
5+
UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2024_09_25_AutoProcProgram_processingPipelineId.sql';

0 commit comments

Comments
 (0)