about summary refs log tree commit diff
path: root/src/schema.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-14 refactor(schema): Unify integer type usage across tablesVincent Ambo1-2/+2
2018-04-14 feat(db): Add support for stickies in databaseVincent Ambo1-2/+6
2018-04-14 feat(db): Add view for ordering thread index by most recent postVincent Ambo1-0/+11
2018-04-14 refactor(db): Store thread body in the posts tableVincent Ambo1-1/+0
2018-04-08 chore(models/schema): Update with author fieldsVincent Ambo1-0/+4
2018-04-08 refactor(db): Establish Post->Thread associationVincent Ambo1-2/+2
2018-04-08 feat(models/schema): Map up posts & threads tableVincent Ambo1-0/+24