You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2024. It is now read-only.
The task "db:dump_tables" generates an empty sql file
These task should generate a db dump of specific database tables.
It use the binary mysqldump with options --no-data and --no-create-info which generate an empty sql file.