1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 06:21:28 +00:00

remove language selector from the login form, store language in the database per-user

This commit is contained in:
Andrew Dolgov
2013-04-29 15:54:23 +04:00
parent e57a1507ae
commit 7b149552cb
8 changed files with 34 additions and 55 deletions

View File

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