summaryrefslogtreecommitdiff
path: root/includes/installer/PostgresUpdater.php
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-01 19:12:52 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-01 19:12:52 -0400
commitc2bfd4b6e3ef8436c5963ace9435b4c0555f047f (patch)
tree2d0c8f68f18d5f87b3f5bf9980bfcfc3833c4c5e /includes/installer/PostgresUpdater.php
parent3d86add3dfa5e0b3ead9859593d4a52cf7555a34 (diff)
parent3d92394be2570f9f49c7904cacc2bc8d790e72f2 (diff)
Merge branch 'archwiki'
Diffstat (limited to 'includes/installer/PostgresUpdater.php')
-rw-r--r--includes/installer/PostgresUpdater.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/installer/PostgresUpdater.php b/includes/installer/PostgresUpdater.php
index 599b523b..304c5466 100644
--- a/includes/installer/PostgresUpdater.php
+++ b/includes/installer/PostgresUpdater.php
@@ -169,6 +169,7 @@ class PostgresUpdater extends DatabaseUpdater {
"INTEGER NOT NULL PRIMARY KEY DEFAULT nextval('archive_ar_id_seq')" ),
array( 'addPgField', 'externallinks', 'el_id',
"INTEGER NOT NULL PRIMARY KEY DEFAULT nextval('externallinks_el_id_seq')" ),
+ array( 'addPgField', 'uploadstash', 'us_props', "BYTEA" ),
# type changes
array( 'changeField', 'archive', 'ar_deleted', 'smallint', '' ),