1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-13 14:34:09 +02:00
ttrss/schema/versions/pgsql/19.sql
Andrew Dolgov c59d33a3a8 fix schema
2007-08-09 09:56:26 +01:00

4 lines
167 B
SQL

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;