add refresh to migrate artisan method
Tests & Lint & Deploy to Railway / build (20.x, 8.3) (push) Successful in 2m24s Details
Tests & Lint & Deploy to Railway / deploy (push) Successful in 20s Details

This commit is contained in:
aslan 2024-02-07 16:34:24 +03:00
parent b11015ae8f
commit ebade01982
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ setup:
cp -n .env.example .env
php artisan key:gen --ansi
touch database/database.sqlite
php artisan migrate
php artisan migrate:refresh
php artisan db:seed
npm ci
npm run build