fix(alembic): bridge ghost migration 2026_05_28_add_tool_definition_manifests

The production database was stamped with a migration that no longer exists
in the codebase (created on another branch, applied, then removed). This
adds a no-op bridge migration so Alembic can reconcile the DB state.

- Create bridge migration 2026_05_28_add_tool_definition_manifests (no-op)
- Re-chain terminal_sessions migration to depend on the bridge
- Fixes startup failure: Can't locate revision identified by ...
This commit is contained in:
2026-05-28 14:45:15 +02:00
parent 8eb851793d
commit c2c983a01e
7 changed files with 132 additions and 7 deletions
+3 -1
View File
@@ -2907,7 +2907,9 @@ a.nav-item,
/* Mobile auto-hide header and tabs */
.terminal-page.mobile .terminal-page-header,
.mobile-tabs-container {
transition: transform 0.3s ease, opacity 0.3s ease;
transition:
transform 0.3s ease,
opacity 0.3s ease;
}
.terminal-page.mobile .terminal-page-header.hidden,