about summary refs log tree commit diff
path: root/migrations (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-14 fix(migrations): Change weighting of title vs. bodyVincent Ambo1-2/+2
2018-04-14 feat(migrations): Add materialized view & index for full text searchVincent Ambo2-0/+23
2018-04-14 feat(db): Add support for stickies in databaseVincent Ambo4-16/+23
2018-04-14 feat(db): Add view for ordering thread index by most recent postVincent Ambo2-0/+16
2018-04-14 feat(migrations): Drop 'body' column from threadsVincent Ambo2-0/+7
2018-04-08 feat(migrations): Add author columns to tablesVincent Ambo2-0/+15
2018-04-08 feat(migrations): Default 'posted' columns to NOW()Vincent Ambo2-0/+4
2018-04-08 refactor(db): Establish Post->Thread associationVincent Ambo2-0/+2
2018-04-08 feat(migrations): Add posts & threads tablesVincent Ambo5-0/+57