mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-30 00:18:50 +01:00
* 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).
11 lines
377 B
Plaintext
11 lines
377 B
Plaintext
FEED_KEY_NAMES Table Layout for Rivendell
|
|
|
|
The FEED_KEY_NAMES table the mappings of actual RSS feeds with super
|
|
feeds.
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
---------------------------------------------------------------
|
|
ID int(10) unsigned Primary key, auto increment
|
|
KEY_NAME varchar(8)
|
|
MEMBER_KEY_NAME varchar(8)
|