InvokeAI/invokeai/app/services/shared/sqlite_migrator
psychedelicious c5ba4f2ea5 feat(db): remove file backups
Instead of mucking about with the filesystem, we rely on SQLite transactions to handle failed migrations.
2023-12-12 11:12:46 +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): remove file backups 2023-12-12 11:12:46 +11:00