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

Removed artisan firefly:upgrade-database in install

This commit is contained in:
anmol26s 2018-10-08 09:35:47 +05:30
parent d7fdc701a9
commit 71e5380217

View file

@ -135,7 +135,6 @@ db_name=$(ynh_sanitize_dbid $app)
# setup application config
(
cd $final_path && sudo /usr/bin/php7.2 artisan -q :refresh --seed --force
cd $final_path && sudo /usr/bin/php7.2 artisan firefly:upgrade-database --force
cd $final_path && sudo /usr/bin/php7.2 artisan passport:install --force
)
#=================================================