feat: initial commit
This commit is contained in:
commit
e214116e40
253 changed files with 17406 additions and 0 deletions
7
queries/views/feeds/subscribe.psql
Normal file
7
queries/views/feeds/subscribe.psql
Normal file
|
@ -0,0 +1,7 @@
|
|||
CREATE OR REPLACE VIEW optimized_feeds AS
|
||||
SELECT
|
||||
f.title AS title,
|
||||
f.data AS data,
|
||||
f.permalink AS permalink
|
||||
FROM
|
||||
feeds f;
|
Loading…
Add table
Add a link
Reference in a new issue