1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:55:55 +00:00

schema: add DEFAULT_SEARCH_LANGUAGE

This commit is contained in:
Andrew Dolgov
2019-04-10 12:47:46 +03:00
parent d7282ec292
commit 6768b3a4a3
5 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
begin;
insert into ttrss_prefs (pref_name,type_id,def_value,section_id) values('DEFAULT_SEARCH_LANGUAGE', 2, '', 2);
update ttrss_version set schema_version = 138;
commit;

View File

@@ -0,0 +1,7 @@
begin;
insert into ttrss_prefs (pref_name,type_id,def_value,section_id) values('DEFAULT_SEARCH_LANGUAGE', 2, '', 2);
update ttrss_version set schema_version = 138;
commit;