From 47ab4fc2c111b97daa6df244ef85c6762b691232 Mon Sep 17 00:00:00 2001 From: alexm Date: Tue, 24 May 2022 14:52:26 +0200 Subject: [PATCH] intro --- db/changes/10461-mother/00-ClientUnpaid.sql | 2 +- db/changes/10461-mother/00-invoiceOut_queue.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/db/changes/10461-mother/00-ClientUnpaid.sql b/db/changes/10461-mother/00-ClientUnpaid.sql index 9b30bb8fc5..16deedace2 100644 --- a/db/changes/10461-mother/00-ClientUnpaid.sql +++ b/db/changes/10461-mother/00-ClientUnpaid.sql @@ -7,4 +7,4 @@ CREATE TABLE `vn`.`clientUnpaid` ( ); INSERT INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`) - VALUES('ClientUnpaid', '*', '*', 'ALLOW', 'ROLE', 'administrative'); \ No newline at end of file + VALUES('ClientUnpaid', '*', '*', 'ALLOW', 'ROLE', 'administrative'); diff --git a/db/changes/10461-mother/00-invoiceOut_queue.sql b/db/changes/10461-mother/00-invoiceOut_queue.sql index 013e3b7847..2b9f45e0fc 100644 --- a/db/changes/10461-mother/00-invoiceOut_queue.sql +++ b/db/changes/10461-mother/00-invoiceOut_queue.sql @@ -5,4 +5,4 @@ CREATE TABLE `vn`.`invoiceOut_queue` ( `status` VARCHAR(50) DEFAULT '' NULL, CONSTRAINT `invoiceOut_queue_pk` PRIMARY KEY (`invoiceFk`), CONSTRAINT `invoiceOut_queue_invoiceOut_id_fk` FOREIGN KEY (`invoiceFk`) REFERENCES `vn`.`invoiceOut` (`id`) ON UPDATE CASCADE ON DELETE CASCADE -) comment 'Queue for PDF invoicing'; \ No newline at end of file +) comment 'Queue for PDF invoicing';