mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-25 14:50:11 +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:
@@ -27,6 +27,7 @@ EXTRA_DIST = audio_cards.txt\
|
||||
cart.txt\
|
||||
cartslots.txt\
|
||||
clipboard.txt\
|
||||
clock_lines.txt\
|
||||
clock_perms.txt\
|
||||
copy_splits.txt\
|
||||
cut_events.txt\
|
||||
|
||||
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