From: Art4 Date: Tue, 11 Feb 2025 08:57:56 +0000 (+0000) Subject: Add composer script for update db structure X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ed467e6eaeff4f925b77583a2188767eceb1e5d8;p=friendica.git Add composer script for update db structure --- diff --git a/composer.json b/composer.json index 7b2ba01817..35cd757aec 100644 --- a/composer.json +++ b/composer.json @@ -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" } }