mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 08:10:21 +01: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:
@@ -29,8 +29,6 @@ TFC_CART_OFFSET int(11)
|
||||
TFC_CART_LENGTH int(11)
|
||||
TFC_TITLE_OFFSET int(11)
|
||||
TFC_TITLE_LENGTH int(11)
|
||||
TFC_START_OFFSET int(11) RETIRED as of DB v119
|
||||
TFC_START_LENGTH int(11) RETIRED as of DB v119
|
||||
TFC_HOURS_OFFSET int(11)
|
||||
TFC_HOURS_LENGTH int(11)
|
||||
TFC_MINUTES_OFFSET int(11)
|
||||
@@ -64,8 +62,6 @@ MUS_CART_OFFSET int(11)
|
||||
MUS_CART_LENGTH int(11)
|
||||
MUS_TITLE_OFFSET int(11)
|
||||
MUS_TITLE_LENGTH int(11)
|
||||
MUS_START_OFFSET int(11) RETIRED as of DB v119
|
||||
MUS_START_LENGTH int(11) RETIRED as of DB v119
|
||||
MUS_HOURS_OFFSET int(11)
|
||||
MUS_HOURS_LENGTH int(11)
|
||||
MUS_MINUTES_OFFSET int(11)
|
||||
|
||||
Reference in New Issue
Block a user