about summary refs log tree commit diff
path: root/migrations (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-27 feat(db): Update views with thread-closed fieldVincent Ambo2-0/+65
2018-05-27 feat(db): Add migration & fields to indicate a thread is closedVincent Ambo2-0/+2
2018-05-02 feat(migrations): Add a view for simplified post queryingVincent Ambo2-0/+12
2018-05-02 refactor(migrations): Rename 'author' column to 'user_id'Vincent Ambo2-16/+16
2018-05-02 fix(migrations): Explicitly insert anonymous userVincent Ambo1-5/+11
2018-05-02 fix(migrations): Fix search index creation in user migrationVincent Ambo2-0/+4
2018-05-02 feat(migrations): Adds a migration to create a users tableVincent Ambo2-0/+136
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