Add composer script for update db structure

This commit is contained in:
Art4 2025-02-11 08:57:56 +00:00
parent 4d9b91ac96
commit ed467e6eae

View file

@ -174,6 +174,7 @@
"bin/dev/php-cs-fixer/vendor/bin/php-cs-fixer fix"
],
"cs:fix-develop": "TARGET_BRANCH=develop COMMAND=fix bin/dev/fix-codestyle.sh",
"db:update-structure": "bin/console.php dbstructure dumpsql > database.sql",
"install:prod": "@composer install -o --no-dev"
}
}