mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02:00
2024-02-05 Fred Gleason <fredg@paravelsystems.com>
* Added a 'REPLICATORS.PROGRAM_CODE' field to the database. * Incremented the database version to 372. * Added 'RDReplicator::programCode()' and 'RDReplicator::setProgramCode()' methods. * Added a 'Program Code' control to the 'Rivendell Replicators' dialog in rdadmin(1). * Renamed the 'Citadel X-Digital Portal' replicator to 'X-Digital National ISCI Model'. * Added a 'X-Digital Cue Model' replicator. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -9,6 +9,7 @@ NAME varchar(32) not null, primary key
|
||||
DESCRIPTION varchar(64)
|
||||
TYPE_ID int(10) unsigned not null
|
||||
STATION_NAME varchar(64) from STATIONS.NAME
|
||||
PROGRAM_CODE varchar(191)
|
||||
FORMAT int(10) unsigned
|
||||
CHANNELS int(10) unsigned
|
||||
SAMPRATE int(10) unsigned
|
||||
|
Reference in New Issue
Block a user