mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
2020-02-11 Fred Gleason <fredg@paravelsys tems.com>
* Added a 'FEEDS.IS_SUPERFEED' field to the database. * Added a 'FEED_KEY_NAMES' table to the database. * Incremented the database version to 315. * Added a 'Superfeed' column to the feed list in the 'Rivendell Feed List' dialog in rdadmin(1). * Added an 'Is Superfeed' dropdown to the 'Feed' dialog in rdadmin(1). * Added a 'Select Member Feeds' button to the 'Feed' dialog in rdadmin(1). * Added an 'RSS Superfeed' selection dialog to rdadmin(1).
This commit is contained in:
@@ -6,6 +6,7 @@ FIELD NAME TYPE REMARKS
|
||||
---------------------------------------------------------------
|
||||
ID int(10) unsigned Primary key, auto increment
|
||||
KEY_NAME varchar(8) Unique
|
||||
IS_SUPERFEED enum('N','Y')
|
||||
CHANNEL_TITLE varchar(191)
|
||||
CHANNEL_DESCRIPTION text
|
||||
CHANNEL_CATEGORY varchar(64)
|
||||
|
||||
Reference in New Issue
Block a user