diff --git a/db/dump/dumpedFixtures.sql b/db/dump/dumpedFixtures.sql index 1afc2ac39..cceeb7366 100644 --- a/db/dump/dumpedFixtures.sql +++ b/db/dump/dumpedFixtures.sql @@ -1858,7 +1858,7 @@ INSERT INTO `ACL` VALUES (14,'PayMethod','*','READ','ALLOW','ROLE','trainee'), (16,'FakeProduction','*','READ','ALLOW','ROLE','employee'), (17,'Warehouse','* ','READ','ALLOW','ROLE','trainee'), -(18,'State','*','READ','ALLOW','ROLE','employee'),dbVersion +(18,'State','*','READ','ALLOW','ROLE','employee'), (20,'TicketState','*','*','ALLOW','ROLE','employee'), (24,'Delivery','*','READ','ALLOW','ROLE','employee'), (25,'Zone','*','READ','ALLOW','ROLE','employee'),