check for new migrations
parent
a385f624f9
commit
6111fd726c
|
@ -29,6 +29,7 @@ gosu www-data php artisan view:cache
|
||||||
echo "++++ Check for needed migrations... ++++"
|
echo "++++ Check for needed migrations... ++++"
|
||||||
# check for migrations
|
# check for migrations
|
||||||
gosu www-data php artisan migrate:status | grep No && migrations=yes || migrations=no
|
gosu www-data php artisan migrate:status | grep No && migrations=yes || migrations=no
|
||||||
|
gosu www-data php artisan migrate:status | grep Pending && migrations=yes || migrations=no
|
||||||
if [ $migrations = "yes" ];
|
if [ $migrations = "yes" ];
|
||||||
then
|
then
|
||||||
gosu www-data php artisan migrate --force
|
gosu www-data php artisan migrate --force
|
||||||
|
|
Loading…
Reference in New Issue