mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 09:33:37 +02:00
2020-10-07 Fred Gleason <fredg@paravelsystems.com>
* Added an 'IMPORTER_LINES.TYPE' field to the database. * Removed the 'not null' attribute from the 'IMPORTER_LINES.START_HOUR' field in the database. * Removed the 'not null' attribute from the 'IMPORTER_LINES.START_SECS' field in the database. * Removed the 'IMPORTER_LINES.LINK_LENGTH' field from the database. * Removed the 'IMPORTER_LINES.INSERT_TRACK' field from the database. * Removed the 'IMPORTER_LINES.INSERT_FIRST' field from the database. * Removed the 'IMPORTER_LINES.TRACK_STRING' field from the database. * Removed the 'IMPORTER_LINES.LINK_START_TIME' field from the database. * Removed the 'IMPORTER_LINES.LINK_LENGTH' field from the database. * Incremented the database version to 340. * Added type icons to the 'Imported Events' list in the 'Test Import' dialog in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -9,19 +9,14 @@ ID int(10) unsigned Primary key, auto increment
|
||||
STATION_NAME varchar(64) From STATIONS.NAME
|
||||
PROCESS_ID int unsigned
|
||||
LINE_ID int(10) unsigned
|
||||
TYPE int(10) unsigned RDLogLine::Type
|
||||
START_HOUR int (11) signed
|
||||
START_SECS int(11) signed
|
||||
CART_NUMBER int (10) unsigned
|
||||
TITLE varchar(191)
|
||||
LENGTH int (11) signed
|
||||
INSERT_BREAK enum('N','Y')
|
||||
INSERT_TRACK enum('N','Y')
|
||||
INSERT_FIRST int (10) unsigned
|
||||
TRACK_STRING varchar(191)
|
||||
EXT_DATA varchar(32)
|
||||
EXT_EVENT_ID varchar(32)
|
||||
EXT_ANNC_TYPE varchar(8)
|
||||
EXT_CART_NAME varchar(32)
|
||||
LINK_START_TIME time
|
||||
LINK_LENGTH int (11) signed
|
||||
EVENT_USED enum('N','Y')
|
||||
|
Reference in New Issue
Block a user