tt-rss/schema/versions/pgsql/19.sql

4 lines
167 B
MySQL
Raw Normal View History

2007-08-09 10:56:26 +02:00
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_PREFS_PUBLISH_KEY', 2, '', '', 1);
update ttrss_version set schema_version = 19;