mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2020-05-12 Fred Gleason <fredg@paravelsystems.com>
* Rebased DB schema changes 315-320 from the 'rss' branch to be 318-323. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 117 KiB |
@@ -524,9 +524,12 @@
|
||||
from one of these systems, all that is necessary is to select the
|
||||
appropriate system in the
|
||||
<computeroutput>Import Template</computeroutput> dropdown. If the
|
||||
target scheduler system is not on this list, a custom parser can
|
||||
target scheduler system is not on this list, or if your system
|
||||
requires custom settings, a custom parser can
|
||||
be defined by selecting <computeroutput>[custom]</computeroutput>
|
||||
from the dropdown.
|
||||
The <computeroutput>Copy To Custom</computeroutput> button will
|
||||
copy the selected import template values to the custom parser.
|
||||
</para>
|
||||
<para>
|
||||
Log schedule files for Rivendell are assumed to be in so-called
|
||||
|
@@ -5,13 +5,11 @@ The EVENTS table holds data defining each event in rdlogmanager(1).
|
||||
FIELD NAME TYPE REMARKS
|
||||
------------------------------------------------------------------------
|
||||
NAME varchar(64) Primary key
|
||||
PROPERTIES varchar(64)
|
||||
DISPLAY_TEXT varchar(64)
|
||||
NOTE_TEXT varchar(191)
|
||||
PREPOSITION int(11)
|
||||
TIME_TYPE int(11)
|
||||
GRACE_TIME int(11)
|
||||
POST_POINT enum('N','Y')
|
||||
USE_AUTOFILL enum('N','Y')
|
||||
AUTOFILL_SLOP int(11)
|
||||
USE_TIMESCALE enum('N','Y')
|
||||
|
@@ -15,7 +15,6 @@ START_TIME int(11) Milliseconds after 00:00:00
|
||||
GRACE_TIME int(11) signed
|
||||
CART_NUMBER int(10) unsigned From CART.NUMBER
|
||||
TIME_TYPE int(11) signed
|
||||
POST_POINT enum('N','Y')
|
||||
TRANS_TYPE int(11) signed 0 = Play, 1 = Stop, 2 = Segue
|
||||
START_POINT int(11) signed Overloads CUTS.START_POINT
|
||||
END_POINT int(11) signed Overloads CUTS.END_POINT
|
||||
|
Reference in New Issue
Block a user