mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-28 14:49:50 +02:00
* Added a 'STACK_LINES' table to the database. * Incremented the database version to 293.
14 lines
585 B
Plaintext
14 lines
585 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 char(10) From SERVICES.NAME
|
|
CART int(10) unsigned From CART.NUMBER
|
|
ARTIST varchar(255) From CART.ARTIST
|
|
SCHED_CODES varchar(255)
|
|
SCHEDULED_AT datetime
|