mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-09 22:43:11 +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'.
12 lines
435 B
Plaintext
12 lines
435 B
Plaintext
STACK_SCHED_CODES Table Layout for Rivendell
|
|
|
|
The STACK_SCHED_CODES table holds the scheduler codes for rows in
|
|
the 'STACK_LINES' table.
|
|
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
------------------------------------------------------------------------
|
|
ID int(10) unsigned Primary key, auto_increment
|
|
STACK_LINES_ID int(10) unsigned From STACK_LINES.ID
|
|
SCHED_CODE varchar(10)
|