summaryrefslogtreecommitdiff
path: root/sql/mysql/migrations/42.sql
blob: 3ae211d07883e4f39e037e24170957c52338db39 (plain)
1
2
3
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_DEFAULT_VIEW_ORDER_BY', 2, 'default', '', 1);

update ttrss_version set schema_version = 42;