d1c45159b9
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.
2 lines
64 B
SQL
2 lines
64 B
SQL
DROP VIEW thread_index;
|
|
ALTER TABLE threads DROP COLUMN sticky;
|