mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
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:
@@ -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\
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user