add refresh

This commit is contained in:
aslan 2024-02-16 16:28:30 +03:00
parent a78f2bdef5
commit e86a93d3d4
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ ide-helper:
php artisan ide-helper:mod -n
db-prepare:
php artisan migrate:fresh --force --seed
php artisan migrate:refresh --force --seed
start-app:
php artisan serve --host 0.0.0.0 --port ${PORT}