mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2018-07-10 Fred Gleason <fredg@paravelsystems.com>
* Added a 'STACK_LINES' table to the database. * Incremented the database version to 293.
This commit is contained in:
@@ -75,6 +75,7 @@ EXTRA_DIST = audio_cards.txt\
|
||||
service_clocks.txt\
|
||||
services.txt\
|
||||
sources.txt\
|
||||
stack_lines.txt\
|
||||
stations.txt\
|
||||
system.txt\
|
||||
triggers.txt\
|
||||
|
@@ -0,0 +1,13 @@
|
||||
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
|
||||
|
Reference in New Issue
Block a user