InvokeAI/invokeai/app/services/shared/sqlite_migrator
psychedelicious b6ed4ba559 feat(db): handle PIL errors opening images gracefully
For example, if PIL tries to open a *really* big image, it will raise an exception to prevent reading a huge object into memory.
2023-12-18 18:02:31 +11:00
..
migrations feat(db): handle PIL errors opening images gracefully 2023-12-18 18:02:31 +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