Fix Linting...

This commit is contained in:
Thomas Rogers
2024-01-09 11:22:32 +01:00
parent 54ccbd47b9
commit c0373646cb
129 changed files with 11680 additions and 254 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,11 @@
-- Type: UNDO
-- Name: add_discover_feed_tables
-- Description: Add Discovery Feed Tables, including counts.
DROP TABLE omnivore.discover_feed;
DROP TABLE omnivore.discover_feed_subscription;
DROP TABLE omnivore.discover_feed_articles;
DROP TABLE omnivore.discover_feed_save_link CASCADE;
DROP TABLE omnivore.discover_feed_article_topic_link;
DROP TABLE omnivore.discover_topics CASCADE;
DROP TABLE omnivore.discover_topic_embedding_link;