mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-24 17:37:53 +02:00
* Added a 'CLOCK_LINES' table to the database. * Incremented the database version to 291. * Removed the 'RDClock::tableName()' method.
13 lines
478 B
Plaintext
13 lines
478 B
Plaintext
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)
|