InvokeAI/invokeai/app/services/shared/sqlite_migrator
psychedelicious 56fbe751db feat(app): add destination column to session_queue
The frontend needs to know where queue items came from (i.e. which tab), and where results are going to (i.e. send images to gallery or canvas). The `origin` column is not quite enough to represent this cleanly.

A `destination` column provides the frontend what it needs to handle incoming generations.
2024-08-30 22:20:49 +10:00
..
migrations feat(app): add destination column to session_queue 2024-08-30 22:20:49 +10: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 ruff issues 2024-04-12 07:19:16 +10:00
sqlite_migrator_impl.py feat(db): back up database before running migrations 2024-04-02 09:10:53 +11:00