missing files!

This commit is contained in:
Martin Rotter 2022-09-15 14:49:57 +02:00
parent 42ed0ad73c
commit 414e0e2fb8
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,7 @@
USE ##;
-- !
SET FOREIGN_KEY_CHECKS = 0;
-- !
!! db_update_sqlite_2_3.sql
-- !
SET FOREIGN_KEY_CHECKS = 1;

View file

@ -0,0 +1,2 @@
UPDATE Feeds
SET update_interval = update_interval * 60;