Fixing a bug in r97495 that Aaron catched. I misinterpreted the documentation for...
[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;