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:
parent
d7fdc701a9
commit
71e5380217
1 changed files with 0 additions and 1 deletions
|
@ -135,7 +135,6 @@ db_name=$(ynh_sanitize_dbid $app)
|
||||||
# setup application config
|
# 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 -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
|
cd $final_path && sudo /usr/bin/php7.2 artisan passport:install --force
|
||||||
)
|
)
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue