mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-24 09:28:54 +02:00
* Added an entry for the Broadcast Tools SRC-16 in 'docs/SWITCHERS.txt'. * Added a 'CUT_EVENTS' table to the database. * Added a 'DECK_EVENTS' table to the database. * Incremented the database version to 256. * Implemented a 'Cut Event' ['CE'] RML. * Added a 'Event Carts' section to the Edit Deck dialog in 'rdadmin/edit_deck.cpp' and 'rdadmin/edit_deck.h'.
13 lines
527 B
Plaintext
13 lines
527 B
Plaintext
DECK_EVENTS Table Layout for Rivendell
|
|
|
|
The DECK_EVENTS table holds playout deck context for rendering per-cut meta
|
|
events.
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
------------------------------------------------------------------------------
|
|
ID int(11) Primary key, auto increment
|
|
STATION_NAME char(64) From STATIONS.NAME
|
|
CHANNEL int(10) unsigned From DECKS.CHANNEL
|
|
NUMBER int(11) signed
|
|
CART_NUMBER int(10) unsigned
|