2018-07-05 Fred Gleason <fredg@paravelsystems.com>

* Added an 'ELR_LINES' table to the database.
	* Incremented the database version to 289.
	* Removed the 'RDSvc::serviceTableName()' method.
This commit is contained in:
Fred Gleason
2018-07-05 08:52:38 -04:00
parent 300aebdc04
commit db70aa4550
32 changed files with 631 additions and 392 deletions

View File

@@ -36,6 +36,7 @@ EXTRA_DIST = audio_cards.txt\
dropboxes.txt\
dropbox_paths.txt\
dropbox_sched_codes.txt\
elr_lines.txt\
encoder_bitrates.txt\
encoder_channels.txt\
encoder_samplerates.txt\
@@ -72,7 +73,6 @@ EXTRA_DIST = audio_cards.txt\
services.txt\
sources.txt\
stations.txt\
svc_rec_format.txt\
system.txt\
triggers.txt\
ttys.txt\

View File

@@ -1,12 +1,11 @@
Reconciliation Format Table Layout for Rivendell
ELR_LINES Table Layout for Rivendell
This is the generic layout of all reconciliation tables. Each of
these tables will be have a name ending in '_SRT' and be listed in
the 'SERVICES' table.
The ELR_LINES table hold information for electronic log reconciliation.
FIELD NAME TYPE REMARKS
------------------------------------------------------------------------
ID int(10) unsigned Primary key, auto-increment
SERVICE_NAME char(10) From SERVICES.NAME
LENGTH int(11) signed
LOG_NAME char(64) From LOGS.NAME
LOG_ID int(11) signed From *_LOG.ID