Merge "Update tests/phpunit/MediaWikiTestCase.php with support for apcu"
[mediawiki.git] / maintenance / postgres / archives / patch-remove-archive2.sql
blob20bac38519f6f8d66995dd93464daa8544ad7cdd
1 DROP VIEW archive;
2 ALTER TABLE archive2 RENAME TO archive;
3 ALTER TABLE archive ADD ar_len INTEGER;