From 501759584991b3ba35f272d82a105d7f6ad36214 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Mon, 9 Sep 2024 15:10:59 +0800 Subject: [PATCH] no Base.prepare as we are no longer using DeferredReflection --- lilac2/db.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lilac2/db.py b/lilac2/db.py index e5d01b4..bdf461d 100644 --- a/lilac2/db.py +++ b/lilac2/db.py @@ -58,7 +58,6 @@ class PkgCurrent(Base): def setup(engine, schema): global USE, SCHEMA Session.configure(bind=engine) - Base.prepare(engine) USE = True if schema: SCHEMA = schema