diff --git a/db/dump/fixtures.before.sql b/db/dump/fixtures.before.sql index 6587b42a2..dc35682c7 100644 --- a/db/dump/fixtures.before.sql +++ b/db/dump/fixtures.before.sql @@ -4011,7 +4011,6 @@ INSERT INTO vn.routeAction (id, name, price, isMainlineDelivered) VALUES(1, 'Pin INSERT INTO vn.routeComplement (id, dated, workerFk, price, routeActionFk) VALUES(1, util.VN_CURDATE(), 9, 50.00, 1); -INSERT INTO srt.buffer (id, x, y, `size`, `length`, stateFk, typeFk, isActive, code, stratus, hasWorkerWaiting, reserve, routeFk, dayMinute, lastUnloaded, hasStrapper, typeDefaultFk, motors, editorFk) INSERT INTO srt.buffer (id, x, y, `size`, `length`, stateFk, typeFk, isActive, code, stratus, hasWorkerWaiting, reserve, routeFk, dayMinute, lastUnloaded, hasStrapper, typeDefaultFk, motors, editorFk) VALUES (0, 0, 0, 0, NULL, 3, 1, 0, 'ENT', 0, 0, NULL, NULL, NULL, NULL, 0, 1, 1, NULL), (1, 0, 9900, 0, NULL, 1, 0, 0, 'NOK', 0, 0, NULL, NULL, NULL, NULL, 0, 1, 1, NULL), diff --git a/db/versions/11309-pinkGalax/00-firstScript.sql b/db/versions/11309-pinkGalax/00-firstScript.sql index feb3e424b..064ecba18 100644 --- a/db/versions/11309-pinkGalax/00-firstScript.sql +++ b/db/versions/11309-pinkGalax/00-firstScript.sql @@ -7,8 +7,8 @@ INSERT INTO salix.ACL (model,property,accessType,permission,principalType,princi ('OriginI18n','*','*','ALLOW','ROLE','employee'), ('StateI18n','*','*','ALLOW','ROLE','employee'), ('TagI18n','*','*','ALLOW','ROLE','employee'), - ('itemCategoryI18n','*','*','ALLOW','ROLE','employee'); - + ('itemCategoryI18n','*','*','ALLOW','ROLE','employee'), + ('Application','getI18nTables','*','ALLOW','ROLE','employee'); ALTER TABLE vn.companyI18n ADD id INT AUTO_INCREMENT UNIQUE;