From 27934497d5dac096ab8f69c3a42115f88bc410b4 Mon Sep 17 00:00:00 2001 From: foefl Date: Wed, 17 Jun 2026 17:40:07 +0200 Subject: [PATCH] remove metadata creation --- src/wce_crm/db.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wce_crm/db.py b/src/wce_crm/db.py index 5111636..2c2a2a2 100644 --- a/src/wce_crm/db.py +++ b/src/wce_crm/db.py @@ -398,5 +398,3 @@ grunderfassung: sql.Table = Table( Column("WeitereInfos__WI_gueltigkeit_aufenthaltstitel", sql.Date, nullable=True), Column("WeitereInfos__WI_meldung_institution", sql.Text, nullable=True), ) - -# MD_MAIN.create_all(ENGINE)