Merge "Update tests/phpunit/MediaWikiTestCase.php with support for apcu"
[mediawiki.git] / maintenance / archives / patch-rev_len.sql
blobccdae8b87a6a52df9e6dab5efa909c6ab61237fe
1 ALTER TABLE /*$wgDBprefix*/revision
2   ADD rev_len INT UNSIGNED;