feat: refs #7622 Fix
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Guillermo Bonet 2024-07-05 12:39:54 +02:00
parent 1799b52f8b
commit b9e986c962
1 changed files with 1 additions and 1 deletions

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');