about summary refs log tree commit diff
path: root/src/schema.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-05 chore: Relicense under GPL-3.0Vincent Ambo1-7/+7
2018-05-27 feat(db): Update views with thread-closed fieldVincent Ambo1-0/+2
2018-05-27 feat(db): Add migration & fields to indicate a thread is closedVincent Ambo1-0/+1
2018-05-02 refactor(db/render/schema): Use SimplePost type for thread viewsVincent Ambo1-1/+16
2018-05-02 fix(schema): Update for author->user_id column renameVincent Ambo1-4/+4
2018-05-02 chore(schema): Update generated Diesel schemaVincent Ambo1-4/+14
2018-04-17 chore(license): Relicense under AGPL-3.0-or-laterVincent Ambo1-0/+18
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