mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02:00
2017-10-15 Fred Gleason <fredg@paravelsystems.com>
* Added a 'STATIONS.SHORT_NAME' field to the database. * Incremented the database version to 270. * Added 'RDStation::shortName()' and 'RDStation::setShortName()' methods. * Removed the 'Broadcast Security Model' control from the 'Edit Host' dialog. * Added a 'Short Name' control to the 'Edit Host' dialog. * Implemented a '%R' wildcard for Rivendell Host Short Name.
This commit is contained in:
@@ -6,6 +6,7 @@ Following is the layout of a record in the SERVICES table:
|
||||
FIELD NAME TYPE REMARKS
|
||||
---------------------------------------------------------------
|
||||
NAME char(64) Primary Key
|
||||
SHORT_NAME char(64)
|
||||
DESCRIPTION char(64) Indexed
|
||||
USER_NAME char(255) Current User
|
||||
DEFAULT_NAME char(255) Default User
|
||||
|
Reference in New Issue
Block a user