mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
2018-05-09 Fred Gleason <fredg@paravelsystems.com>
* Added a 'LOG_MACHINES' table to the database. * Incremented the database version to 278.
This commit is contained in:
26
docs/tables/log_machines.txt
Normal file
26
docs/tables/log_machines.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
LOG_MACHINES Table Layout for Rivendell
|
||||
|
||||
The RDAIRPLAY_CHANNELS table holds configuration data for the RDAirPlay
|
||||
channels assignments and related information.
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
------------------------------------------------------------------------------
|
||||
ID int(10) unsigned * Primary key, Auto Increment
|
||||
STATION_NAME char(64) From STATIONS.NAME
|
||||
MACHINE int(11) 1 = RDAirPlay Main Log
|
||||
2 = RDAirPlay Aux Log 1
|
||||
3 = RDAirPlay Aux Log 2
|
||||
101..124 = RDVAirPlay Log Machines
|
||||
START_MODE int(11)
|
||||
AUTO_RESTART enum('N','Y')
|
||||
LOG_NAME char(64)
|
||||
CURRENT_LOG char(64)
|
||||
RUNNING enum('N','Y')
|
||||
LOG_ID int(11)
|
||||
LOG_LINE int(11)
|
||||
NOW_CART int(10) unsigned
|
||||
NEXT_CART int(10) unsigned
|
||||
UDP_ADDR char(255)
|
||||
UDP_PORT int(10) unsigned
|
||||
UDP_STRING char(255)
|
||||
LOG_RML char(255)
|
||||
Reference in New Issue
Block a user