This commit is contained in:
@@ -27,6 +27,7 @@ try:
|
|||||||
execute("ALTER TABLE documents ADD COLUMN IF NOT EXISTS classify_input text")
|
execute("ALTER TABLE documents ADD COLUMN IF NOT EXISTS classify_input text")
|
||||||
execute("ALTER TABLE documents ADD COLUMN IF NOT EXISTS zip_source text")
|
execute("ALTER TABLE documents ADD COLUMN IF NOT EXISTS zip_source text")
|
||||||
execute("ALTER TABLE documents ADD COLUMN IF NOT EXISTS content_hash text")
|
execute("ALTER TABLE documents ADD COLUMN IF NOT EXISTS content_hash text")
|
||||||
|
execute("ALTER TABLE documents ADD COLUMN IF NOT EXISTS batch_id uuid")
|
||||||
|
|
||||||
# ── DB modules ────────────────────────────────────────────────────────────
|
# ── DB modules ────────────────────────────────────────────────────────────
|
||||||
from db import supplements as db_supplements
|
from db import supplements as db_supplements
|
||||||
|
|||||||
Reference in New Issue
Block a user