1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

Use console.php for DB migrations as well.

This commit is contained in:
orhtej2 2023-09-12 21:41:20 +02:00
parent 3f4c68c80b
commit 9aaece6781

View file

@ -65,7 +65,7 @@ ynh_add_fail2ban_config --logpath="/var/log/nginx/${domain}-error.log" --failreg
# Run Composer
pushd "$install_dir"
ynh_exec_as "$app" php$phpversion bin/composer.phar install --no-dev --quiet
ynh_exec_as "$app" php$phpversion bin/console dbstructure update
ynh_exec_as "$app" php$phpversion bin/console.php dbstructure update
popd
#=================================================