aboutsummaryrefslogtreecommitdiffstats
path: root/src/models/post.rs
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Diesel 1.1 and r2d2 0.8.2.Harald Eilertsen2018-01-181-3/+4
| | | | Also drop the now obsolete diesel_codegen crate.
* Implement deleting posts.Harald Eilertsen2018-01-121-0/+7
|
* Drop the lib.Harald Eilertsen2018-01-111-6/+7
| | | | | | The misc stuff from the lib root was moved to the utils module (terrible name, it's meant to be temporary.) The modules under the lib has been moved directly under the app.
* Implement actually updating database.Harald Eilertsen2018-01-101-10/+14
|
* Make proper module of modelsHarald Eilertsen2018-01-101-0/+51