]> git.wh0rd.org - tt-rss.git/blob - schema/versions/pgsql/100.sql
experimental support for per-user plugins (bump schema)
[tt-rss.git] / schema / versions / pgsql / 100.sql
1 begin;
2
3 insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_ENABLED_PLUGINS', 2, '', '', 1);
4
5 update ttrss_version set schema_version = 100;
6
7 commit;