mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:14:04 +00:00
Notable changes: - CreateUserWithRLSPolicies: Clarify why we're creating a custom DatabaseConfing instance - HasDatabase: Clarify why we're ignoring tenancy_db_connection - DatabaseConfig: General refactor, clarify the role of the host conn - SQLiteDatabaseManager: Handle trailing DIRECTORY_SEPARATOR in static::$path - DisallowSqliteAttach: Don't throw any exceptions, just silently fail since the class isn't 100% portable - Clean up todos that are no longer relevant - Clean up dead code or comments in some database managers |
||
|---|---|---|
| .. | ||
| Concerns | ||
| Contracts | ||
| Exceptions | ||
| Models | ||
| TenantDatabaseManagers | ||
| DatabaseConfig.php | ||
| DatabaseManager.php | ||
| ParentModelScope.php | ||
| TenantCollection.php | ||
| TenantScope.php | ||