revert migration

This commit is contained in:
Andras Bacsai 2023-05-03 09:09:43 +02:00
parent 6f3f31b872
commit 124e5d94ed

View File

@ -1,9 +1,2 @@
#!/command/execlineb -P
VERSION=$(php bootstrap/getVersion.php)
echo "$VERSION"
# if [ echo "$VERSION" | grep -q "nightly" ]; then
# php /var/www/html/artisan migrate:fresh --force
# php /var/www/html/artisan db:seed --class ProductionSeeder --force
# else
php /var/www/html/artisan migrate --force --isolated
# fi