mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-26 22:34:22 +02:00
* Added a 'SYSTEM.SHOW_USER_LIST' field to the database. * Incremented the database version to 265. * Added 'RDSystem::showUserList()' and 'RDSystem::setShowUserList()' methods in 'lib/rdsystem.cpp' and 'lib/rdsystem.h'. * Added a 'Show User List in RDLogin' control to the 'Edit System' dialog in 'rdadmin/edit_settings.cpp' and 'rdadmin/edit_settings.h'. * Altered RDLogin to display a text input field for the user name when 'Show User List in RDLogin' is unchecked.
15 lines
558 B
Plaintext
15 lines
558 B
Plaintext
SYSTEM Table Layout for Rivendell
|
|
|
|
The STATIONS table contains system-wide settings.
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
---------------------------------------------------------------
|
|
ID int(11) Auto increment, primary key
|
|
SAMPLE_RATE int(10) unsigned
|
|
DUP_CART_TITLE enum('N','Y')
|
|
FIX_DUP_CART_TITLES enum('N','Y')
|
|
MAX_POST_LENGTH int(10) unsigned
|
|
ISCI_XREFERENCE_PATH char(255)
|
|
TEMP_CART_GROUP char(10) From 'GROUPS.NAME'
|
|
SHOW_USER_LIST enum('N','Y')
|