wiki.techinc.nl/maintenance/archives/patch-uploadstash-us_props.sql
Aaron Schulz e5d41cca90 [Upload] [Schema] Added us_props column to avoid expensive GETs.
* We already compute the props when stashing, so including that in a column
  lets us reuse it later when the stashed file is to be published.

Change-Id: I3d6adb6528f1e992d8986058806e745c4e1c0300
2012-12-03 10:23:40 -08:00

2 lines
67 B
SQL

ALTER TABLE /*$wgDBprefix*/uploadstash
ADD COLUMN us_props blob;