Merge "Add missing uploadstash.us_props for PostgreSQL"
[lhc/web/wiklou.git] / maintenance / postgres / tables.sql
index 93e931c..3aa8109 100644 (file)
@@ -377,6 +377,7 @@ CREATE TABLE uploadstash (
   us_key          TEXT,
   us_orig_path    TEXT,
   us_path         TEXT,
+  us_props        BYTEA,
   us_source_type  TEXT,
   us_timestamp    TIMESTAMPTZ,
   us_status       TEXT,