migrate legacy conf files that were incorrectly relative to root

This commit is contained in:
Lincoln Stein
2024-03-29 10:21:53 -04:00
committed by Kent Keirsey
parent b0ffe36d21
commit c308654442
2 changed files with 22 additions and 14 deletions

View File

@@ -38,6 +38,7 @@ def init_db(config: InvokeAIAppConfig, logger: Logger, image_files: ImageFileSto
migrator.register_migration(build_migration_5())
migrator.register_migration(build_migration_6())
migrator.register_migration(build_migration_7())
print("DEBUG: HERE I AM")
migrator.register_migration(build_migration_8(app_config=config))
migrator.run_migrations()