mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 16:20:14 +01:00
2018-07-09 Fred Gleason <fredg@paravelsystems.com>
* Added a 'RULE_LINES' table to the database. * Incremented the database version to 292.
This commit is contained in:
@@ -71,6 +71,7 @@ EXTRA_DIST = audio_cards.txt\
|
||||
replicator_map.txt\
|
||||
replicators.txt\
|
||||
reports.txt\
|
||||
rule_lines.txt\
|
||||
service_clocks.txt\
|
||||
services.txt\
|
||||
sources.txt\
|
||||
|
||||
14
docs/tables/rule_lines.txt
Normal file
14
docs/tables/rule_lines.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
Rules Lines Table Layout for Rivendell
|
||||
|
||||
The RULE_LINES table holds the music scheduler rules for each clock.
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
------------------------------------------------------------------------
|
||||
ID int(11) signed Primary key, auto-increment
|
||||
CLOCK_NAME char(64) From CLOCKS.NAME
|
||||
CODE varchar(10) from SCHED_CODES.CODE
|
||||
MAX_ROW int(10) unsigned
|
||||
MIN_WAIT int(10) unsigned
|
||||
NOT_AFTER varchar(10)
|
||||
OR_AFTER varchar(10)
|
||||
OR_AFTER_II varchar(10)
|
||||
Reference in New Issue
Block a user