1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-28 04:11:28 +00:00

update default of allow_duplicate_posts to false, bump schema

This commit is contained in:
Andrew Dolgov
2013-04-09 22:26:38 +04:00
parent 0f40d522a3
commit 881a158032
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 = 'ALLOW_DUPLICATE_POSTS';
update ttrss_version set schema_version = 116;
commit;