mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2016-07-25 Fred Gleason <fredg@paravelsystems.com>
* 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.
This commit is contained in:
12
docs/tables/service_clocks.txt
Normal file
12
docs/tables/service_clocks.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user