1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00
ttrss/schema/versions/mysql/138.sql

8 lines
175 B
MySQL
Raw Normal View History

2019-04-10 11:47:46 +02:00
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;