]> git.wh0rd.org - tt-rss.git/blob - schema/versions/mysql/82.sql
79fe5f49d131e19edcf9925175346d374ebc3241
[tt-rss.git] / schema / versions / mysql / 82.sql
1 begin;
2
3 insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('SSL_CERT_SERIAL', 2, '', 'Login with an SSL certificate',3, 'You can login automatically with an active client SSL certificate if you fill in its serial number here.');
4
5 update ttrss_version set schema_version = 82;
6
7 commit;