- Timestamp:
- 11/17/06 08:35:07 (2 years ago)
- Files:
-
- 1 modified
-
branches/postgresql/dbstruct.pgsql.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/postgresql/dbstruct.pgsql.sql
r1632 r1638 239 239 INSERT 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); 240 240 INSERT 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.' );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.', NULL); 242 242 INSERT 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); 243 243 INSERT 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);
