mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2020-03-16 Fred Gleason <fredg@paravelsystems.com>
* Updated the maximum length of RSS <channel> entries to match the current DB schema in the 'Edit Feed' dialog in rdadmin(1). * Added a 'FEEDS.CHANNEL_EDITOR' field to the database. * Incremented the database version to 318. * Added 'RDFeed::channelEditor()' and 'RDFeed::setChannelEditor()' methods. * Added an 'Editor' control to the 'Channel' controls in the 'Edit Feed' dialog in rdadmin(1).
This commit is contained in:
@@ -13,6 +13,7 @@ CHANNEL_DESCRIPTION text
|
||||
CHANNEL_CATEGORY varchar(64)
|
||||
CHANNEL_LINK varchar(191)
|
||||
CHANNEL_COPYRIGHT varchar(64)
|
||||
CHANNEL_EDITOR varchar(64)
|
||||
CHANNEL_WEBMASTER varchar(64)
|
||||
CHANNEL_LANGUAGE varchar(5)
|
||||
BASE_URL varchar(191)
|
||||
|
Reference in New Issue
Block a user