Migrate database
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Migrate the database
|
||||
php ./artisan migrate --force || exit 1
|
||||
|
||||
# Cache
|
||||
php ./artisan optimize:clear && php ./artisan optimize
|
||||
|
||||
|
||||
Reference in New Issue
Block a user