summaryrefslogtreecommitdiff
path: root/schema/dump-it.sh
diff options
context:
space:
mode:
Diffstat (limited to 'schema/dump-it.sh')
-rwxr-xr-xschema/dump-it.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/dump-it.sh b/schema/dump-it.sh
index eb9ab84..d3cfba4 100755
--- a/schema/dump-it.sh
+++ b/schema/dump-it.sh
@@ -32,6 +32,6 @@ service_types
mysqldump --defaults-file=/etc/mysql/debian.cnf gestion \
$enum_tables > enum-tables-data-mysql.sql
-mysqldump --defaults-file=/etc/mysql/debian.cnf --no-data gestion \
+mysqldump --defaults-file=/etc/mysql/debian.cnf --no-data --routines gestion \
| sed -e 's/AUTO_INCREMENT=[0-9]\+ //g' > schema-mysql.sql