From e781700d07ed82e0700de2681d447e6da5d0c214 Mon Sep 17 00:00:00 2001 From: Pau Navarro Date: Wed, 28 Sep 2022 07:23:47 +0200 Subject: [PATCH] Changed the name to avoid DB errors --- db/changes/10490-august/00-ACL_collectionMissingTrash.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 db/changes/10490-august/00-ACL_collectionMissingTrash.sql diff --git a/db/changes/10490-august/00-ACL_collectionMissingTrash.sql b/db/changes/10490-august/00-ACL_collectionMissingTrash.sql new file mode 100644 index 000000000..0e44b90c0 --- /dev/null +++ b/db/changes/10490-august/00-ACL_collectionMissingTrash.sql @@ -0,0 +1,3 @@ +INSERT INTO `salix`.`ACL` (model,property,accessType,permission,principalType,principalId) + VALUES + ('Collection','collectionMissingTrash','WRITE','ALLOW','ROLE','employee'); \ No newline at end of file