Rivendellaudio/docs/tables/stack_lines.txt
Patrick Linstruth 828d761f9c Fixed title separation in rdlogmanager(1) scheduler.
Added a 'STACK_LINES.TITLE' field to the database.
Incremented the database version to 347.
2020-12-22 12:07:16 -08:00

14 lines
607 B
Plaintext

Stack Lines Table Layout for Rivendell
The STACK_LINES table holds history data for the music scheduler.
FIELD NAME TYPE REMARKS
------------------------------------------------------------------------
ID int(10) unsigned Primary key, auto_increment
SCHED_STACK_ID int(10) unsigned
SERVICE_NAME varchar(10) From SERVICES.NAME
CART int(10) unsigned From CART.NUMBER
ARTIST varchar(191) From CART.ARTIST
TITLE varchar(191) From CART.TITLE
SCHEDULED_AT datetime