9d5830e9a7
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).
1 line
24 B
SQL
1 line
24 B
SQL
DROP VIEW simple_posts;
|