InvokeAI/invokeai/app/services/shared/sqlite/migrations
psychedelicious e461f9925e feat(db): invert backup/restore logic
Do the migration on a temp copy of the db, then back up the original and move the temp into its file.
2023-12-11 16:14:25 +11:00
..
__init__.py feat(db): add SQLiteMigrator to perform db migrations 2023-12-11 16:14:25 +11:00
migration_1.py feat(db): invert backup/restore logic 2023-12-11 16:14:25 +11:00
migration_2_post.py feat(db): reduce power MigrateCallback, only gets cursor 2023-12-11 16:14:25 +11:00
migration_2.py feat(db): invert backup/restore logic 2023-12-11 16:14:25 +11:00