about summary refs log tree commit diff
path: root/migrations/2018-05-01-183232_simplified-post-view
AgeCommit message (Collapse)AuthorFilesLines
2018-05-02 feat(migrations): Add a view for simplified post queryingVincent Ambo2-0/+12
Adds a view to avoid having to query and join the users & posts table inside of the application (which isn't particularly convenient in Diesel).