* 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
2 lines
67 B
SQL
2 lines
67 B
SQL
ALTER TABLE /*$wgDBprefix*/uploadstash
|
|
ADD COLUMN us_props blob;
|