mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 08:10:21 +01:00
2022-10-06 Fred Gleason <fredg@paravelsystems.com>
* Changed the type of the 'MATRICES.PASSWORD` field in the database to 'text'. * Changed the type of the 'MATRICES.PASSWORD_2` field in the database to 'text'. * Applied Base64 encoding to the 'MATRICES.PASSWORD' field in the database. * Applied Base64 encoding to the 'MATRICES.PASSWORD_2' field in the database. * Incremented the database version to 362. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -21,8 +21,8 @@ IP_PORT int(11)
|
||||
IP_PORT_2 int(11)
|
||||
USERNAME varchar(32)
|
||||
USERNAME_2 varchar(32)
|
||||
PASSWORD varchar(32)
|
||||
PASSWORD_2 varchar(32)
|
||||
PASSWORD text Base64 encoded
|
||||
PASSWORD_2 text Base64 encoded
|
||||
START_CART int(10) unsigned
|
||||
STOP_CART int(10) unsigned
|
||||
START_CART_2 int(10) unsigned
|
||||
|
||||
Reference in New Issue
Block a user