about summary refs log blame commit diff
path: root/web/converse/migrations/2018-04-14-153202_add_stickies_improve_index/down.sql
blob: a67ada3d4a57d39e846f23de9af916004ea5ce6e (plain) (tree)
1
2

                                       
DROP VIEW thread_index;
ALTER TABLE threads DROP COLUMN sticky;