From 8c09adb51a034843c46c21beef3789ef30e01e35 Mon Sep 17 00:00:00 2001 From: joan Date: Mon, 31 May 2021 07:50:24 +0200 Subject: [PATCH] HOTFIX: Inserted module "Monitors" --- db/changes/10310-mothersDay/00-module.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 db/changes/10310-mothersDay/00-module.sql diff --git a/db/changes/10310-mothersDay/00-module.sql b/db/changes/10310-mothersDay/00-module.sql new file mode 100644 index 000000000..18067529b --- /dev/null +++ b/db/changes/10310-mothersDay/00-module.sql @@ -0,0 +1 @@ +INSERT INTO salix.module (code) VALUES ('Monitors');