summaryrefslogtreecommitdiff
path: root/sql/mysql/migrations/100.sql
blob: a360dab6cf4cae7e5c528d245e4f73a6200cd846 (plain)
1
2
3
4
5
6
7
begin;

insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_ENABLED_PLUGINS', 2, '', '', 1);

update ttrss_version set schema_version = 100;

commit;