This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
fc61dff037
tvl-depot
/
web
/
converse
/
migrations
/
2018-05-01-183232_simplified-post-view
/
down.sql
2 lines
24 B
MySQL
Raw
Normal View
History
Unescape
Escape
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).
2018-05-01 20:48:35 +02:00
DROP
VIEW
simple_posts
;
Reference in a new issue
Copy permalink