mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2018-07-03 Fred Gleason <fredg@paravelsystems.com>
* Added a 'LOG_LINES' table to the database. * Incremented the database version to 288. * Removed the 'RDLog::tableName()' method.
This commit is contained in:
@@ -49,9 +49,9 @@ EXTRA_DIST = audio_cards.txt\
|
||||
isci_xreference.txt\
|
||||
jack_clients.txt\
|
||||
livewire_gpio_slots.txt\
|
||||
log_format.txt\
|
||||
log_machines.txt\
|
||||
log_modes.txt\
|
||||
log_lines.txt\
|
||||
logs.txt\
|
||||
nownext_plugins.txt\
|
||||
panels.txt\
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
Log Format Table Layout for Rivendell
|
||||
Log Lines Table Layout for Rivendell
|
||||
|
||||
This is the generic layout of all log tables. Each of these tables
|
||||
will be have a name ending in '_LOG' and be listed in the 'LOGS'
|
||||
table.
|
||||
The LOG_LINES table holds the per-line data for all Rivendell logs.
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
------------------------------------------------------------------------
|
||||
ID int(11) signed Primary key, auto-increment
|
||||
LOG_NAME char(64) From LOGS.NAME
|
||||
COUNT int(11) signed Order of records
|
||||
TYPE int(11) signed 0=Cart, 1=Marker, 2=OpenBracket,
|
||||
3=CloseBracket, 4=Link
|
||||
Reference in New Issue
Block a user