Fix index check migration for SQLite compatibility
API CI/CD / Validate (composer + pint) (push) Successful in 2m7s
API CI/CD / Test (PHPUnit) (push) Failing after 2m22s
API CI/CD / Build frontend assets (push) Successful in 2m26s
API CI/CD / Security audit (push) Successful in 32s
API CI/CD / Deploy to shared hosting (PHP) (push) Has been skipped

This commit is contained in:
root
2026-06-21 13:51:54 -04:00
parent 588b40d0fa
commit 34c560e972
3 changed files with 142 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
APP_ENV=testing
APP_KEY=base64:test1234567890test1234567890test12=
DB_CONNECTION=sqlite
DB_DATABASE=:memory:
CACHE_DRIVER=array
SESSION_DRIVER=array