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:
Fred Gleason
2016-07-25 15:18:14 -04:00
parent fdc40e8bbb
commit 9550815023
10 changed files with 326 additions and 188 deletions

View 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