major overhaul of workflow arrangement, first fully working WF-100, WF-200

This commit is contained in:
2026-01-28 16:05:08 +01:00
parent 3b2e0e5773
commit 4b31142d13
3 changed files with 382 additions and 163 deletions

View File

@@ -141,7 +141,7 @@ EXT_BESPBES_INFO_null_values: PolarsNullValues = {}
EXT_AUFPAUF = Table(
"EXT_AUFPAUF",
metadata,
Column("TITELNR", sql.Integer, nullable=False),
Column("TITELNR", sql.Integer, primary_key=True, autoincrement=False, nullable=False),
Column("AUFTRAGSNUMMER", sql.Integer, nullable=False),
Column("AUFTRAGS_DATUM", sql.DateTime, nullable=False),
Column("AUFTRAGS_ART", sql.Integer, nullable=False),