wiki.techinc.nl/maintenance/archives/patch-uploadstash_chunk.sql
Jan Gerber 0095c08ed2 Use database to track uploaded chunks and concatenate at the end.
with i18n documentation dont break phpunit

follow up r93720
2011-11-30 14:56:40 +00:00

3 lines
106 B
SQL

-- Adding us_chunk_inx field
ALTER TABLE /*$wgDBprefix*/uploadstash
ADD us_chunk_inx int unsigned NULL;