mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-30 15:42:34 +02:00
2017-09-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a typo in 'rdadmin/createdb.cpp' that broke creation of a new database.
This commit is contained in:
parent
dc8bfb8f49
commit
96d829fca1
@ -16017,3 +16017,6 @@
|
||||
2017-09-02 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Implemented a driver for the Broadcast Tools Universal 4.1 MLR>>Web
|
||||
switcher.
|
||||
2017-09-18 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a typo in 'rdadmin/createdb.cpp' that broke creation of a
|
||||
new database.
|
||||
|
@ -2093,7 +2093,7 @@ bool CreateDb(QString name,QString pwd)
|
||||
FIX_DUP_CART_TITLES enum('N','Y') not null default 'Y',\
|
||||
MAX_POST_LENGTH int unsigned default %u,\
|
||||
ISCI_XREFERENCE_PATH char(255),\
|
||||
TEMP_CART_GROUP char(10)\
|
||||
TEMP_CART_GROUP char(10),\
|
||||
SHOW_USER_LIST enum('N','Y') not null default 'Y')",
|
||||
RD_DEFAULT_SAMPLE_RATE,
|
||||
RD_DEFAULT_MAX_POST_LENGTH);
|
||||
|
Loading…
x
Reference in New Issue
Block a user