Initial import of CVS-v2_8_branch

This commit is contained in:
Fred Gleason
2014-08-12 15:13:02 -04:00
commit afd67c7af8
1508 changed files with 405304 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
CLOCK_PERMS Table Layout for Rivendell
The CLOCK_PERMS table holds data concerning which clocks in RDLogManager are
are associated with which services. Following is the layout of a record
in the CLOCK_PERMS table:
FIELD NAME TYPE REMARKS
---------------------------------------------------------------
ID int(10) unsigned Primary key, auto increment
CLOCK_NAME char(64) Index
SERVICE_NAME char(10) Index