mirror of
https://github.com/friendica/friendica
synced 2025-02-21 10:46:51 +00: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"
|
"bin/dev/php-cs-fixer/vendor/bin/php-cs-fixer fix"
|
||||||
],
|
],
|
||||||
"cs:fix-develop": "TARGET_BRANCH=develop COMMAND=fix bin/dev/fix-codestyle.sh",
|
"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"
|
"install:prod": "@composer install -o --no-dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue