mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-23 09:18:34 +02:00
* 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>
23 lines
839 B
Plaintext
23 lines
839 B
Plaintext
IMPORTER_LINES Layout for Rivendell
|
|
|
|
The IMPORTER_LINES table holds ephemeral data use for log
|
|
importation.
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
----------------------------------------------------------------
|
|
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
|
|
EXT_DATA varchar(32)
|
|
EXT_EVENT_ID varchar(32)
|
|
EXT_ANNC_TYPE varchar(8)
|
|
EXT_CART_NAME varchar(32)
|
|
EVENT_USED enum('N','Y')
|