tvl-depot/migrations/2018-04-14-153202_add_stickies_improve_index/down.sql
Vincent Ambo d1c45159b9 feat(db): Add support for stickies in database
Adds a 'sticky' column to threads and rewrites the thread index to
take sticky markings into account when ordering threads.

Stickies are not yet highlighted in any way in the forum overview.
2018-04-14 17:47:31 +02:00

2 lines
64 B
SQL

DROP VIEW thread_index;
ALTER TABLE threads DROP COLUMN sticky;