about summary refs log tree commit diff
path: root/web/converse/migrations/2018-04-14-153202_add_stickies_improve_index/down.sql
DROP VIEW thread_index;
ALTER TABLE threads DROP COLUMN sticky;