mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 17:39:13 +00:00
change description of DEFAULT_UPDATE_INTERVAL (bump schema)
This commit is contained in:
7
schema/versions/pgsql/65.sql
Normal file
7
schema/versions/pgsql/65.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
begin;
|
||||
|
||||
update ttrss_prefs set short_desc = 'Default feed update interval' where pref_name = 'DEFAULT_UPDATE_INTERVAL';
|
||||
|
||||
update ttrss_version set schema_version = 65;
|
||||
|
||||
commit;
|
||||
Reference in New Issue
Block a user