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:
Fred Gleason
2018-07-03 12:32:41 -04:00
parent 913e27c304
commit 300aebdc04
28 changed files with 931 additions and 168 deletions

View File

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

View File

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