Help
Run database schema migrations across tenant databases.
- Run All Pending – applies unapplied migrations to every active tenant
- Run (per tenant) – applies only to that specific tenant
- Each tenant tracks its own schema version independently
- Migration files are in
database/tenant_migrations/
- Run history is logged with status (applied/failed) and timestamp
Always test migrations on a dev tenant before running on all.