]> git.wh0rd.org - tt-rss.git/blob - schema/versions/mysql/77.sql
rework user CSS support (bump schema)
[tt-rss.git] / schema / versions / mysql / 77.sql
1 begin;
2
3 insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('USER_STYLESHEET', 2, '', 'Customize stylesheet', 2, 'Customize CSS stylesheet to your liking');
4
5 update ttrss_version set schema_version = 77;
6
7 commit;