InvokeAI/invokeai/app/services/shared/sqlite_migrator
psychedelicious 3414437eea feat(db): instantiate SqliteMigrator with a SqliteDatabase
Simplifies a couple things:
- Init is more straightforward
- It's clear in the migrator that the connection we are working with is related to the SqliteDatabase
2023-12-12 10:46:08 +11:00
..
migrations feat(db): move sqlite_migrator into its own module 2023-12-11 16:41:30 +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 feat(db): simplify migration registration validation 2023-12-12 09:52:03 +11:00
sqlite_migrator_impl.py feat(db): instantiate SqliteMigrator with a SqliteDatabase 2023-12-12 10:46:08 +11:00