summaryrefslogtreecommitdiff
path: root/maintenance/postgres
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2014-05-30 06:21:55 +0200
committerPierre Schmitz <pierre@archlinux.de>2014-05-30 06:21:55 +0200
commit3d92394be2570f9f49c7904cacc2bc8d790e72f2 (patch)
treea4d4d6c1db453dd39f2c875797734f13dec6d5a1 /maintenance/postgres
parent2e44b49a2db3026050b136de9b00f749dd3ff939 (diff)
Update to MediaWiki 1.22.7
Diffstat (limited to 'maintenance/postgres')
-rw-r--r--maintenance/postgres/tables.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/maintenance/postgres/tables.sql b/maintenance/postgres/tables.sql
index 0cc1b3d7..5ed7de99 100644
--- a/maintenance/postgres/tables.sql
+++ b/maintenance/postgres/tables.sql
@@ -376,6 +376,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,