InvokeAI/invokeai/app/services/shared/sqlite_migrator
psychedelicious d532073f5b fix(db): check for graph_executions table before dropping
This is needed to not fail tests; see comment in code.
2024-02-02 09:20:41 +11:00
..
migrations fix(db): check for graph_executions table before dropping 2024-02-02 09:20:41 +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 fix(db): raise a MigrationVersionError when invalid versions are used 2023-12-13 11:21:16 +11:00
sqlite_migrator_impl.py fix(db): rename "SQLiteMigrator" -> "SqliteMigrator" 2023-12-13 11:31:15 +11:00