mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-22 08:55:40 +02:00
* Added a 'SERVICE_CLOCKS' table to the database. * Incremented the database version to 259. * Modified 'rdlogmanager/edit_clock.cpp' to use the new 'SERVICE_CLOCKS' table. * Modified 'rdlogmanager/list_clocks.cpp' to use the new 'SERVICE_CLOCKS' table.
13 lines
500 B
Plaintext
13 lines
500 B
Plaintext
SERVICE_CLOCKS Table Layout for Rivendell
|
|
|
|
The SERVICE_CLOCKS table holds data concerning which clock is assigned
|
|
to a given hour on a service's grid.
|
|
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
---------------------------------------------------------------
|
|
ID int(11) signed Primary Key
|
|
SERVICE_NAME char(10) From SERVICES.NAME
|
|
HOUR int(11) signed
|
|
CLOCK_NAME char(64) From CLOCKS.NAME
|