Changeset 1638 for branches

Show
Ignore:
Timestamp:
11/17/06 08:35:07 (2 years ago)
Author:
spetersen
Message:

Fix for regression in #452 in the Postgresql branch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/postgresql/dbstruct.pgsql.sql

    r1632 r1638  
    239239INSERT INTO config (key_,value_,default_,type_,desc_,export_) VALUES ('rss.output.usepermalinks','true','true','boolean','Display a permalink icon and allow linking a given item directly.',NULL); 
    240240INSERT INTO config (key_,value_,default_,type_,desc_,export_) VALUES ('rss.config.markreadonupdate','false','false','boolean','Mark all old unread feeds as read when updating if new unread feeds\n are found.',NULL); 
    241 INSERT INTO config (key_,value_,default_,type_,desc_,export_) VALUES ('rss.output.lang','en_US,zh_CN,de,da,es,fr,he,it,ja,pt_BR,pt,ru,sv,0','en_US,zh_CN,de,da,es,fr,he,it,ja,pt_BR,pt,ru,sv,0','enum','Language pack to use.'); 
     241INSERT INTO config (key_,value_,default_,type_,desc_,export_) VALUES ('rss.output.lang','en_US,zh_CN,de,da,es,fr,he,it,ja,pt_BR,pt,ru,sv,0','en_US,zh_CN,de,da,es,fr,he,it,ja,pt_BR,pt,ru,sv,0','enum','Language pack to use.', NULL); 
    242242INSERT INTO config (key_,value_,default_,type_,desc_,export_) VALUES ('rss.config.deadthreshhold', '24', '24', 'num', 'Sets the threshold for when a feed is marked as dead, in hours', NULL); 
    243243INSERT INTO config (key_,value_,default_,type_,desc_,export_) VALUES ('rss.search.maxitems', 500, 500, 'num', 'Sets the maximum number of items returned on a search', NULL);