InvokeAI/invokeai/app/services/shared/sqlite_migrator
psychedelicious 1ac85fd049 tidy(migrator): remove logic to check if graph_executions exists in migration 5
Initially I wanted to show how many sessions were being deleted. In hindsight, this is not great:
- It requires extra logic in the migrator, which should be as simple as possible.
- It may be alarming to see "Clearing 224591 old sessions".

The app still reports on freed space during the DB startup logic.
2024-02-02 09:20:41 +11:00
..
migrations tidy(migrator): remove logic to check if graph_executions exists in migration 5 2024-02-02 09:20:41 +11:00
__init__.py feat(db): move sqlite_migrator into its own module 2023-12-11 16:41:30 +11:00
sqlite_migrator_common.py fix(db): raise a MigrationVersionError when invalid versions are used 2023-12-13 11:21:16 +11:00
sqlite_migrator_impl.py fix(db): rename "SQLiteMigrator" -> "SqliteMigrator" 2023-12-13 11:31:15 +11:00