mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2020-03-16 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RSS_SCHEMAS' table to the database. * Incremented the database version to 319. * Added an 'RSS Schema' dropdown to the 'Edit Feed' dialog in rdadmin(1).
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
##
|
||||
## docs/tables/automake.am for Rivendell
|
||||
##
|
||||
## (C) Copyright 2002-2018 Fred Gleason <fredg@salemradiolabs.com>
|
||||
## (C) Copyright 2002-2020 Fred Gleason <fredg@salemradiolabs.com>
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License version 2 as
|
||||
@@ -91,6 +91,7 @@ EXTRA_DIST = audio_cards.txt\
|
||||
report_services.txt\
|
||||
report_stations.txt\
|
||||
reports.txt\
|
||||
rss_schemas.txt\
|
||||
rule_lines.txt\
|
||||
service_clocks.txt\
|
||||
service_perms.txt\
|
||||
|
@@ -21,6 +21,7 @@ BASE_PREAMBLE varchar(191)
|
||||
PURGE_URL varchar(191)
|
||||
PURGE_USERNAME varchar(64)
|
||||
PURGE_PASSWORD varchar(64)
|
||||
RSS_SCHEMA int(10) unsigned From RSS_SCHEMAS.ID
|
||||
HEADER_XML text
|
||||
CHANNEL_XML text
|
||||
ITEM_XML text
|
||||
|
11
docs/tables/rss_schemas.txt
Normal file
11
docs/tables/rss_schemas.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
RSS_SCHEMAS Table Layout for Rivendell
|
||||
|
||||
The RSS_SCHEMAS table holds template data for various RSS schemas.
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
---------------------------------------------------------------
|
||||
ID int(10) unsigned Primary Key
|
||||
NAME varchar(64)
|
||||
HEADER_XML text From FEEDS.HEADER_XML
|
||||
CHANNEL_XML text From FEEDS.CHANNEL_XML
|
||||
ITEM_XML text From FEEDS.ITEM_XML
|
Reference in New Issue
Block a user