1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00
ttrss/schema/versions/mysql/138.sql
2019-04-10 12:47:46 +03:00

8 lines
175 B
PL/PgSQL

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;