feat: desk ia

This commit is contained in:
OpenSquared
2026-06-29 17:16:57 +02:00
parent 69418ab650
commit f7acca2152
2 changed files with 3 additions and 3 deletions

View File

@@ -806,7 +806,7 @@ def init_db():
("sub_type", "TEXT DEFAULT NULL"),
("origin", "TEXT DEFAULT NULL"),
("source_refs", "TEXT DEFAULT '[]'"),
("template_id", "INTEGER DEFAULT NULL"),
("auto_template_id", "INTEGER DEFAULT NULL"),
]:
try:
c.execute(f"ALTER TABLE market_events ADD COLUMN {_col} {_def}")