mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2022-10-06 Fred Gleason <fredg@paravelsystems.com>
* Changed the type of the 'REPLICATORS.URL_PASSWORD` field in the database to 'text'. * Applied Base64 encoding to the 'REPLICATORS.URL_PASSWORD' field in the database. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -16,6 +16,6 @@ BITRATE int(10) unsigned
|
||||
QUALITY int(10) unsigned
|
||||
URL varchar(255)
|
||||
URL_USERNAME varchar(64)
|
||||
URL_PASSWORD varchar(64)
|
||||
URL_PASSWORD text Base64 encoded
|
||||
ENABLE_METADATA enum('N','Y')
|
||||
NORMALIZATION_LEVEL int(11) signed
|
||||
|
Reference in New Issue
Block a user