Files
TimeTracker/docker
Dries Peeters d0cc0e08aa fix(docker): SQLite parity in start-fixed migration and verification
- Add _sqlite_path_from_url() and use it for SQLite path resolution in
  wait_for_database, cleanup, and verify_core_tables.
- run_migrations: pre/post probe and alembic/core checks work for both
  PostgreSQL and SQLite (sqlite_master, etc.).
- cleanup_corrupted_database_state: support SQLite by removing corrupted DB file
  when appropriate so migrations can recreate it; keep PostgreSQL table-drop behavior.
- verify_core_tables: for SQLite, list all tables, log path and clearer errors
  when core tables or alembic_version are missing.
2026-01-26 14:47:45 +01:00
..
2025-08-30 11:32:03 +02:00
2025-08-30 11:32:03 +02:00