Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-04-14 | fix(migrations): Change weighting of title vs. body | Vincent Ambo | 1 | -2/+2 |
2018-04-14 | feat(migrations): Add materialized view & index for full text search | Vincent Ambo | 2 | -0/+23 |
2018-04-14 | feat(db): Add support for stickies in database | Vincent Ambo | 4 | -16/+23 |
2018-04-14 | feat(db): Add view for ordering thread index by most recent post | Vincent Ambo | 2 | -0/+16 |
2018-04-14 | feat(migrations): Drop 'body' column from threads | Vincent Ambo | 2 | -0/+7 |
2018-04-08 | feat(migrations): Add author columns to tables | Vincent Ambo | 2 | -0/+15 |
2018-04-08 | feat(migrations): Default 'posted' columns to NOW() | Vincent Ambo | 2 | -0/+4 |
2018-04-08 | refactor(db): Establish Post->Thread association | Vincent Ambo | 2 | -0/+2 |
2018-04-08 | feat(migrations): Add posts & threads tables | Vincent Ambo | 5 | -0/+57 |