mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-03 07:33:51 +01:00
2022-10-06 Fred Gleason <fredg@paravelsystems.com>
* Changed the type of the 'SWITCHER_NODES.PASSWORD` field in the database to 'text'. * Applied Base64 encoding to the 'SWITCHER_NODES.PASSWORD' field in the database. * Incremented the database version to 361. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -10,6 +10,6 @@ STATION_NAME varchar(64)
|
||||
MATRIX int(11)
|
||||
BASE_OUTPUT int(11)
|
||||
HOSTNAME varchar(64)
|
||||
PASSWORD varchar(64)
|
||||
PASSWORD text Base64 encoded
|
||||
TCP_PORT int(11)
|
||||
DESCRIPTION varchar(191)
|
||||
|
||||
Reference in New Issue
Block a user