mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 09:01:18 +02:00
2021-08-21 Fred Gleason <fredg@paravelsystems.com>
* Added a 'SYSTEM.REALM_NAME' field to the database. * Incremented the database version to 353. * Added 'RDSystem::realmName()' and 'RDSystem::setREalmName()' methods. * Added a 'realm_name' member to the 'rd_system_settings' struct in the RivWebCApi library. * Added a 'Realm Name' control to the 'System-Wide Settings' dialog in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -5,6 +5,7 @@ The SYSTEM table contains system-wide settings.
|
||||
FIELD NAME TYPE REMARKS
|
||||
---------------------------------------------------------------
|
||||
ID int(11) Auto increment, primary key
|
||||
REALM_NAME varchar(64)
|
||||
SAMPLE_RATE int(10) unsigned
|
||||
DUP_CART_TITLE enum('N','Y')
|
||||
FIX_DUP_CART_TITLES enum('N','Y')
|
||||
|
Reference in New Issue
Block a user