1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-07 12:59:15 +00:00

fix schema

This commit is contained in:
Andrew Dolgov
2007-08-09 09:56:26 +01:00
parent a219fec54d
commit c59d33a3a8
7 changed files with 17 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
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;