From 0d1733622089e03851f371cb99c10006cae91553 Mon Sep 17 00:00:00 2001 From: carlosjr Date: Tue, 2 Mar 2021 16:43:33 +0100 Subject: [PATCH] added salix.module to production dump (starred) --- db/export-data.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/db/export-data.sh b/db/export-data.sh index 5980b5c29f..698a2f1da2 100755 --- a/db/export-data.sh +++ b/db/export-data.sh @@ -32,6 +32,7 @@ TABLES=( salix ACL fieldAcl + module ) dump_tables ${TABLES[@]}