mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 08:10:21 +01:00
2017-12-18 Fred Gleason <fredg@paravelsystems.com>
* Added a 'LOGS.LOCK_USER_NAME' field to the database. * Added a 'LOGS.LOCK_STATION_NAME' field to the database. * Added a 'LOGS.LOCK_IPV4_ADDRESS' field to the database. * Added a 'LOGS.LOCK_DATETIME' field to the database. * Incremented the database version to 273. * Added log locking logic to rdlogedit(1).
This commit is contained in:
@@ -26,3 +26,8 @@ MUSIC_LINKS int
|
||||
MUSIC_LINKED enum('N','Y')
|
||||
TRAFFIC_LINKS int
|
||||
TRAFFIC_LINKED enum('N','Y')
|
||||
NEXT_ID int(11)
|
||||
LOCK_USER_NAME char(255) From USER.LOGIN_NAME
|
||||
LOCK_STATION_NAME char(64) From STATIONS.NAME
|
||||
LOCK_IPV4_ADDRESS char(16)
|
||||
LOCK_DATETIME datetime
|
||||
|
||||
Reference in New Issue
Block a user