1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plainpad_ynh.git synced 2024-09-03 20:05:53 +02:00

Update install

This commit is contained in:
ericgaspar 2022-04-05 12:35:42 +02:00
parent 8460bf85f4
commit 6182daeecb
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -123,7 +123,7 @@ chown $app:$app "$final_path/.env"
ynh_script_progression --message="Migrating database..." --weight=1
pushd "$final_path"
php$phpversion artisan migrate:fresh --seed
php$phpversion artisan migrate:fresh -n --seed
popd
#=================================================