about summary refs log tree commit diff
path: root/migrations/2018-04-14-153202_add_stickies_improve_index
AgeCommit message (Collapse)AuthorFilesLines
2018-04-14 feat(db): Add support for stickies in databaseVincent Ambo2-0/+23
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.