aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/db/migrations
diff options
context:
space:
mode:
Diffstat (limited to 'backend/db/migrations')
-rw-r--r--backend/db/migrations/007_add_feeds_fetch_interval_seconds.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/db/migrations/007_add_feeds_fetch_interval_seconds.sql b/backend/db/migrations/007_add_feeds_fetch_interval_seconds.sql
new file mode 100644
index 0000000..102a555
--- /dev/null
+++ b/backend/db/migrations/007_add_feeds_fetch_interval_seconds.sql
@@ -0,0 +1 @@
+ALTER TABLE feeds ADD COLUMN fetch_interval_seconds INTEGER NOT NULL DEFAULT 3600;