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
|
if [ "$AUTO_MIGRATE" = "true" ] || [ "$APP_ENV" != "production" ]; then
|
||||||
echo "Running migrations..."
|
echo "Running migrations..."
|
||||||
php artisan migrate --force
|
php artisan migrate --force
|
||||||
php artisan db:seed --class=InitialDataSeeder
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "========================================"
|
echo "========================================"
|
||||||
|
|||||||
Reference in New Issue
Block a user