feat(migrations): Add a view for simplified post querying
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).
This commit is contained in:
parent
7a17d532c4
commit
9d5830e9a7
2 changed files with 12 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
DROP VIEW simple_posts;
|
||||
Loading…
Add table
Add a link
Reference in a new issue