mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 06:32:34 +02:00
* 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>
16 lines
574 B
Plaintext
16 lines
574 B
Plaintext
SWITCHER_NODES Table Layout for Rivendell
|
|
|
|
The SWITCHER_NODES table holds data on Livewire nodes being used
|
|
as switcher devices.
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
------------------------------------------------------------------------
|
|
ID int(11) Primary key, auto_increment
|
|
STATION_NAME varchar(64)
|
|
MATRIX int(11)
|
|
BASE_OUTPUT int(11)
|
|
HOSTNAME varchar(64)
|
|
PASSWORD text Base64 encoded
|
|
TCP_PORT int(11)
|
|
DESCRIPTION varchar(191)
|