Skip to content

Commit 612499c

Browse files
authored
Add new container types for VMXm (#235)
1 parent 2a24f69 commit 612499c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2024_07_16_ContainerType_insert_new.sql', 'ONGOING');
2+
3+
INSERT INTO ContainerType (containerTypeId, name, proposalType, active, capacity)
4+
VALUES
5+
(36, 'VMXm-Cartridge', 'mx', 1, 5),
6+
(37, 'VMXm-GridBox', 'mx', 1, 4);
7+
8+
UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2024_07_16_ContainerType_insert_new.sql';

0 commit comments

Comments
 (0)