mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-24 09:28:54 +02:00
* Added a 'STACK_SCHED_CODES' table to the database. * Dropped the 'STACK_LINES.SCHED_CODES' field from the database. * Incremented the database version to 308. * Renamed the 'SchedCartList' class to 'RDSchedCartList' and refactored it to be idiomatic Qt. * Renamed the 'SchedRulesList' class to 'RDSchedRulesList'.
13 lines
551 B
Plaintext
13 lines
551 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
|
|
SCHEDULED_AT datetime
|