1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 21:24:04 +00:00
tenancy/src/Features
Samuel Štancl 13a2209f11 SQLite improvements
- (BC BREAK) Remove $WAL static property. We instead just let
  Laravel use its journal_mode config now
- Remove journal, wal, and shm files when deleting tenant DB
- Check that the system is 64-bit when using NoAttach (we don't
  build 32 bit extensions)
- Use local static instead of a class static property for caching
  loadExtensionSupported
2025-09-01 16:13:09 +02:00
..
CrossDomainRedirect.php Features refactor 2025-08-31 23:18:44 +02:00
DisallowSqliteAttach.php SQLite improvements 2025-09-01 16:13:09 +02:00
TelescopeTags.php Features refactor 2025-08-31 23:18:44 +02:00
TenantConfig.php Features refactor 2025-08-31 23:18:44 +02:00
UserImpersonation.php Features refactor 2025-08-31 23:18:44 +02:00
ViteBundler.php Features refactor 2025-08-31 23:18:44 +02:00