1
0
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:
Andrew Dolgov
2013-05-30 18:26:56 +04:00
parent 9f8e2ae135
commit 2457679aed
5 changed files with 19 additions and 5 deletions

View 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;