From 6f316319d4b2053c540d491b3e6c1331454cbcd2 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Tue, 2 Dec 2025 12:04:39 -0300 Subject: [PATCH] typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ccfbfd..148a4f2 100644 --- a/Makefile +++ b/Makefile @@ -283,7 +283,7 @@ database-backup: feedback--short sh -c 'if command -v mysqldump >/dev/null 2>&1; then \ mysqldump -u root -ppassword chevereto; \ elif command -v mariadb-dump >/dev/null 2>&1; then \ - mariadb-dump --skip-generated-columns -u root -ppassword chevereto; \ + mariadb-dump -u root -ppassword chevereto; \ else \ echo "No dump tool found in container" >&2; exit 1; \ fi' \