feat: refs #7622 Added type column addressWaste #2688

Merged
guillermo merged 4 commits from 7622-addressWaste into dev 2024-07-09 09:33:54 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b9e986c962 - Show all commits

View File

@ -1,6 +1,6 @@
RENAME TABLE vn.addressShortage TO vn.addressWaste;
ALTER TABLE vn.addressWaste ADD `type` ENUM('internal', 'external') NOT NULL;
INSERT INTO IGNORE vn.addressWaste (addressFk,`type`) VALUES
INSERT IGNORE INTO vn.addressWaste (addressFk,`type`) VALUES
(2230,'external'),
(5986,'external'),
(7475,'external');