Newer
Older
Import / web / www.xiaofrog.com / wiki / maintenance / postgres / archives / patch-remove-archive2.sql
DROP VIEW archive;
ALTER TABLE archive2 RENAME TO archive;
ALTER TABLE archive ADD ar_len INTEGER;