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:
Fred Gleason
2018-05-29 23:16:35 +00:00
parent f831241638
commit 2cbc9e6e3c
11 changed files with 157 additions and 34 deletions

View File

@@ -11,7 +11,6 @@ INPUT_CARD int(11) None=-1
OUTPUT_CARD int(11) None=-1
OUTPUT_PORT int(11)
FORMAT int(10) unsigned 0 = PCM16, 1 = Layer-2, 2 = Layer-3
SAMPRATE int(10) unsigned RETIRED
LAYER int(10) unsigned
BITRATE int(10) unsigned
ENABLE_SECOND_START enum('N','Y')