This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
InvokeAI
Watch
1
Star
0
Fork
0
You've already forked InvokeAI
mirror of
https://github.com/invoke-ai/InvokeAI
synced
2024-08-30 20:32:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
InvokeAI
/
invokeai
/
app
/
services
/
shared
/
sqlite_migrator
History
psychedelicious
c50a49719b
fix(db): raise a MigrationVersionError when invalid versions are used
...
This inherits from `ValueError`, so pydantic understands it when doing validation.
2023-12-13 11:21:16 +11:00
..
migrations
feat(db): address feedback, cleanup
2023-12-13 11:19:59 +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
feat(db): address feedback, cleanup
2023-12-13 11:19:59 +11:00