mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02:00
2024-02-06 Fred Gleason <fredg@paravelsystems.com>
* Changed the 'AUDIO_CARDS.NAME' database field from 'varchar(64)' to 'text'. * Incremented the database version to 373. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -9,7 +9,7 @@ ID int(10) unsigned Primary key, auto increment
|
||||
STATION_NAME varchar(64)
|
||||
CARD_NUMBER int(11) signed
|
||||
DRIVER int(11) signed
|
||||
NAME varchar(64)
|
||||
NAME text
|
||||
INPUTS int(11) signed
|
||||
OUTPUTS int(11) signed
|
||||
CLOCK_SOURCE int(11) signed 0 = Internal, 1 = AES/EBU,
|
||||
|
Reference in New Issue
Block a user