InvokeAI/invokeai/app/services/shared/sqlite
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
..
__init__.py feat: workflow library (#5148) 2023-12-09 09:48:38 +11:00
sqlite_common.py feat: workflow library (#5148) 2023-12-09 09:48:38 +11:00
sqlite_database.py feat(db): remove file backups 2023-12-12 11:12:46 +11:00
sqlite_util.py tidy(migrator): remove logic to check if graph_executions exists in migration 5 2024-02-02 09:20:41 +11:00