Remove SessionManager, temporarily
[lhc/web/wiklou.git] / maintenance / postgres / archives / patch-remove-archive2.sql
1 DROP VIEW archive;
2 ALTER TABLE archive2 RENAME TO archive;
3 ALTER TABLE archive ADD ar_len INTEGER;