about summary refs log tree commit diff
path: root/migrations/2018-04-14-153202_add_stickies_improve_index/down.sql
blob: a67ada3d4a57d39e846f23de9af916004ea5ce6e (plain) (blame)
1
2
DROP VIEW thread_index;
ALTER TABLE threads DROP COLUMN sticky;