missing files!
This commit is contained in:
parent
42ed0ad73c
commit
414e0e2fb8
2 changed files with 9 additions and 0 deletions
7
resources/sql/db_update_mysql_2_3.sql
Executable file
7
resources/sql/db_update_mysql_2_3.sql
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
USE ##;
|
||||||
|
-- !
|
||||||
|
SET FOREIGN_KEY_CHECKS = 0;
|
||||||
|
-- !
|
||||||
|
!! db_update_sqlite_2_3.sql
|
||||||
|
-- !
|
||||||
|
SET FOREIGN_KEY_CHECKS = 1;
|
2
resources/sql/db_update_sqlite_2_3.sql
Executable file
2
resources/sql/db_update_sqlite_2_3.sql
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
UPDATE Feeds
|
||||||
|
SET update_interval = update_interval * 60;
|
Loading…
Add table
Reference in a new issue