Skip to content

Commit 6464aca

Browse files
authored
Add new column Container.parentContainerLocation (#296)
1 parent 5ff39ac commit 6464aca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2025_07_25_Container_parentContainerLocation.sql', 'ONGOING');
2+
3+
ALTER TABLE Container
4+
ADD parentContainerLocation int unsigned
5+
COMMENT 'Indicates where inside the parent container this container is located', ALGORITHM=INSTANT;
6+
7+
UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2025_07_25_Container_parentContainerLocation.sql';

0 commit comments

Comments
 (0)