mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2018-07-07 Fred Gleason <fredg@paravelsystems.com>
* Added a 'CLOCK_LINES' table to the database. * Incremented the database version to 291. * Removed the 'RDClock::tableName()' method.
This commit is contained in:
12
docs/tables/clock_lines.txt
Normal file
12
docs/tables/clock_lines.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
CLOCK_LINES Table Layout for Rivendell
|
||||
|
||||
The CLOCK_PERMS table holds per-line data for clocks in RDLogManager.
|
||||
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
---------------------------------------------------------------
|
||||
ID int(10) unsigned Primary key, auto increment
|
||||
CLOCK_NAME char(64) From CLOCKS.NAME
|
||||
EVENT_NAME char(64) From EVENTS.NAME
|
||||
START_TIME int(11)
|
||||
LENGTH int(11)
|
||||
Reference in New Issue
Block a user