Changeset 1697

Show
Ignore:
Timestamp:
03/21/07 18:54:23 (20 months ago)
Author:
spetersen
Message:

Missed a change to the config options during the sync

Location:
branches/postgresql
Files:
1 added
1 modified

Legend:

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

    r1638 r1697  
    271271INSERT INTO config (key_,value_,default_,type_,desc_,export_) VALUES ('rss.output.nav.unread', 'false', 'false','boolean','If the navigation hints on the feeds page should go to the next feed with unread items.  If false, it simply goes to the next feed.',NULL); 
    272272INSERT INTO config (key_,value_,default_,type_,desc_,export_) VALUES ('rss.output.channelcollapsedefault', 'false','false','boolean','Collapse the channels on the main page by default',NULL); 
     273INSERT INTO config (key_,value_,default_,type_,desc_,export_) VALUES ('rss.output.minimalchannellist', 'false','false','boolean','Exclude folders and channels without unread items in channel list?',NULL); 
     274 
    273275 
    274276