From 586af1639235423a1be0b4199e134d6902ecde35 Mon Sep 17 00:00:00 2001 From: Pau Navarro Date: Wed, 28 Sep 2022 07:24:13 +0200 Subject: [PATCH] Removed file with incorrect name --- db/changes/10490-august/00-ACL-collectionMissingTrash.sql | 2 -- 1 file changed, 2 deletions(-) delete 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 deleted file mode 100644 index 75c6210b9..000000000 --- a/db/changes/10490-august/00-ACL-collectionMissingTrash.sql +++ /dev/null @@ -1,2 +0,0 @@ -INSERT INTO salix.ACL (model,property,accessType,principalId) - VALUES ('Collection','collectionMissingTrash','*','employee');