refressh database
All checks were successful
All checks were successful
This commit is contained in:
@@ -176,7 +176,7 @@ fi
|
||||
if [ "$AUTO_MIGRATE" = "true" ] || [ "$APP_ENV" != "production" ]; then
|
||||
echo "Running migrations..."
|
||||
php artisan migrate --force
|
||||
php artisan db:seed --class=InitialDataSeeder
|
||||
|
||||
fi
|
||||
|
||||
echo "========================================"
|
||||
|
||||
Reference in New Issue
Block a user