mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-28 12:11:28 +00:00
switch AUTO_ASSIGN_LABELS to off by default (bump schema)
This commit is contained in:
7
schema/versions/mysql/121.sql
Normal file
7
schema/versions/mysql/121.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
begin;
|
||||
|
||||
update ttrss_prefs set def_value = 'false' where pref_name = 'AUTO_ASSIGN_LABELS';
|
||||
|
||||
update ttrss_version set schema_version = 121;
|
||||
|
||||
commit;
|
||||
Reference in New Issue
Block a user