]> git.wh0rd.org - tt-rss.git/blob - schema/versions/mysql/110.sql
add ability to select CSS files in themes/
[tt-rss.git] / schema / versions / mysql / 110.sql
1 begin;
2
3 insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('USER_CSS_THEME', 2, '', 'Select theme', 2, 'Select one of the available CSS themes');
4
5 update ttrss_version set schema_version = 110;
6
7 commit;