mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 20:04:32 +02:00
Add composer script for update db structure
This commit is contained in:
parent
4d9b91ac96
commit
ed467e6eae
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue