Fred Gleason 2cbc9e6e3c 2018-05-29 Fred Gleason <fredg@paravelsystems.com>
* Dropped the 'CART.ISRC' field from the database.
	* Dropped the 'DECKS.DEFAULT_SAMPRATE' field from the database.
	* Dropped the 'RDLIBRARY.INPUT_STREAM' field from the database.
	* Dropped the 'RDLIBRARY.OUTPUT_STREAM' field from the database.
	* Dropped the 'RDLIBRARY.RECORD_GPI' field from the database.
	* Dropped the 'RDLIBRARY.PLAY_GPI' field from the database.
	* Dropped the 'RDLIBRARY.STOP_GPI' field from the database.
	* Dropped the 'RDLIBRARY.DEFAULT_SAMPRATE' field from the database.
	* Dropped the 'RECORDINGS.DEFAULT_SAMPRATE' field from the database.
	* Dropped the 'RDLOGEDIT.SAMPRATE' field from the database.
	* Dropped the 'SERVICES.TFC_START_OFFSET' field from the database.
	* Dropped the 'SERVICES.TFC_START_LENGTH' field from the database.
	* Dropped the 'SERVICES.MUS_START_OFFSET' field from the database.
	* Dropped the 'SERVICES.MUS_START_LENGTH' field from the database.
	* Incremented the database version to 285.
2018-05-29 23:16:35 +00:00

25 lines
1.1 KiB
Plaintext

DECKS Table Layout for Rivendell
The DECKS table holds data concerning each configured netcatcher
recording interface on the system.
FIELD NAME TYPE REMARKS
------------------------------------------------------------------
ID int(10) unsigned Primary key, auto increment
STATION_NAME char(64) From STATIONS.NAME
CHANNEL int(10) unsigned 0 = Audition Channel
CARD_NUMBER int(11) signed -1 = None Assigned
STREAM_NUMBER int(11) signed -1 = None Assigned
PORT_NUMBER int(11) signed -1 = None Assigned
PORT_TYPE enum('A','D') A = Analog, D= Digital
MON_PORT_NUMBER int(11) signed
DEFAULT_MONITOR_ON enum('N','Y')
DEFAULT_FORMAT int(10) signed
DEFAULT_CHANNELS int(10) signed
DEFAULT_BITRATE int(10) signed
DEFAULT_THRESHOLD int(10) signed
SWITCH_STATION char(64) From OUTPUTS.STATION_NAME
SWITCH_MATRIX int(11) From OUTPUTS.MATRIX
SWITCH_OUTPUT int(11) From OUTPUTS.NUMBER
SWITCH_DELAY int(10) unsigned