summaryrefslogtreecommitdiff
path: root/sql/mysql/migrations/102.sql
blob: ccf5ef3b3523e8ab165527a7814f87c5e7823404 (plain)
1
2
3
4
5
6
7
begin;

insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_MOBILE_REVERSE_HEADLINES', 1, 'false', '', 1);

update ttrss_version set schema_version = 102;

commit;