Rivendellaudio/docs/tables/rule_lines.txt
Fred Gleason 08c01373cb 2018-07-09 Fred Gleason <fredg@paravelsystems.com>
* Added a 'RULE_LINES' table to the database.
	* Incremented the database version to 292.
2018-07-10 08:30:06 -04:00

15 lines
607 B
Plaintext

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)