mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2018-05-29 Fred Gleason <fredg@paravelsystems.com>
* Dropped the 'CART.ISRC' field from the database. * Dropped the 'DECKS.DEFAULT_SAMPRATE' field from the database. * Dropped the 'RDLIBRARY.INPUT_STREAM' field from the database. * Dropped the 'RDLIBRARY.OUTPUT_STREAM' field from the database. * Dropped the 'RDLIBRARY.RECORD_GPI' field from the database. * Dropped the 'RDLIBRARY.PLAY_GPI' field from the database. * Dropped the 'RDLIBRARY.STOP_GPI' field from the database. * Dropped the 'RDLIBRARY.DEFAULT_SAMPRATE' field from the database. * Dropped the 'RECORDINGS.DEFAULT_SAMPRATE' field from the database. * Dropped the 'RDLOGEDIT.SAMPRATE' field from the database. * Dropped the 'SERVICES.TFC_START_OFFSET' field from the database. * Dropped the 'SERVICES.TFC_START_LENGTH' field from the database. * Dropped the 'SERVICES.MUS_START_OFFSET' field from the database. * Dropped the 'SERVICES.MUS_START_LENGTH' field from the database. * Incremented the database version to 285.
This commit is contained in:
@@ -8,19 +8,13 @@ ID int(10) unsigned * Primary key, Auto Increment
|
||||
STATION char(40) Workstation, Indexed
|
||||
INSTANCE int(10) unsigned
|
||||
INPUT_CARD int(11) None=-1
|
||||
INPUT_STREAM int(11) RETIRED
|
||||
INPUT_TYPE enum('A','D')
|
||||
OUTPUT_CARD int(11) None=-1
|
||||
OUTPUT_STREAM int(11) RETIRED
|
||||
OUTPUT_PORT int(11) None=-1
|
||||
VOX_THRESHOLD int(11) dBFS * 100
|
||||
TRIM_THRESHOLD int(11) dBFS * 100
|
||||
RECORD_GPI int(11) RETIRED
|
||||
PLAY_GPI int(11) RETIRED
|
||||
STOP_GPI int(11) RETIRED
|
||||
DEFAULT_FORMAT int(10) unsigned 0 = PCM16, 1 = Layer-2, 2 = Layer-3
|
||||
DEFAULT_CHANNELS int(10) unsigned
|
||||
DEFAULT_SAMPRATE int(10) unsigned RETIRED
|
||||
DEFAULT_LAYER int(10) unsigned
|
||||
DEFAULT_BITRATE int(10) unsigned
|
||||
DEFAULT_RECORD_MODE int(10) unsigned 0 = Manual, 1 = VOX
|
||||
|
Reference in New Issue
Block a user