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