Version 9b #1

Merged
Lars merged 34 commits from develop into main 2026-03-19 08:04:02 +01:00
Showing only changes of commit d15ec056b4 - Show all commits

View File

@ -119,8 +119,8 @@ if __name__ == "__main__":
print(" Starting automatic migration...")
# Import and run migration
try:
import migrate_to_postgres
print("✓ Migration completed")
from migrate_to_postgres import main as migrate
migrate()
except Exception as e:
print(f"✗ Migration failed: {e}")
sys.exit(1)