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:
Fred Gleason
2018-07-06 13:52:35 -04:00
parent bd5bd2246b
commit 0c17eb841a
15 changed files with 185 additions and 86 deletions

View File

@@ -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\

View 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)