Changeset 1697
- Timestamp:
- 03/21/07 18:54:23 (20 months ago)
- Location:
- branches/postgresql
- Files:
-
- 1 added
- 1 modified
-
dbstruct.pgsql.sql (modified) (1 diff)
-
sql_updates/pgsql_svn1655.sql (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/postgresql/dbstruct.pgsql.sql
r1638 r1697 271 271 INSERT 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); 272 272 INSERT 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); 273 INSERT 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 273 275 274 276
