Rivendellaudio/docs/tables/service_clocks.txt
Fred Gleason 9550815023 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.
2016-07-25 15:18:14 -04:00

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