Migrate database
linter / quality (push) Failing after 2m48s
tests / ci (8.3) (push) Successful in 4m38s

This commit is contained in:
2026-09-16 21:34:38 +02:00
parent da53bf16e9
commit 41b0e8a64a
4 changed files with 3 additions and 116 deletions
+3
View File
@@ -1,5 +1,8 @@
#!/bin/sh
# Migrate the database
php ./artisan migrate --force || exit 1
# Cache
php ./artisan optimize:clear && php ./artisan optimize