summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-uploadstash-us_props.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/archives/patch-uploadstash-us_props.sql')
-rw-r--r--maintenance/archives/patch-uploadstash-us_props.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/maintenance/archives/patch-uploadstash-us_props.sql b/maintenance/archives/patch-uploadstash-us_props.sql
new file mode 100644
index 00000000..d64515a8
--- /dev/null
+++ b/maintenance/archives/patch-uploadstash-us_props.sql
@@ -0,0 +1,2 @@
+ALTER TABLE /*$wgDBprefix*/uploadstash
+ ADD COLUMN us_props blob;