Skip to content

Commit

Permalink
feat: added new provider
Browse files Browse the repository at this point in the history
  • Loading branch information
lafin committed May 2, 2024
1 parent 8dfef95 commit 0e30d5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/migrations/20240502000001_add_new_provider.up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
INSERT INTO "providers" ("url", "lang", "name")
VALUES ('https://severnojepoberezhje.postimees.ee/rss', 'RUS', 'Postimees');

0 comments on commit 0e30d5e

Please sign in to comment.