From 58cc28efaa69240bca6311d3d2eb51ca53ba7ee1 Mon Sep 17 00:00:00 2001 From: carlossa Date: Tue, 26 Nov 2024 12:40:25 +0100 Subject: [PATCH] fix: refs #4774 fix translation back --- db/dump/fixtures.before.sql | 1 - db/versions/11309-pinkGalax/00-firstScript.sql | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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;