mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-04 06:02:40 +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>
|
2017-09-02 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Implemented a driver for the Broadcast Tools Universal 4.1 MLR>>Web
|
* Implemented a driver for the Broadcast Tools Universal 4.1 MLR>>Web
|
||||||
switcher.
|
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',\
|
FIX_DUP_CART_TITLES enum('N','Y') not null default 'Y',\
|
||||||
MAX_POST_LENGTH int unsigned default %u,\
|
MAX_POST_LENGTH int unsigned default %u,\
|
||||||
ISCI_XREFERENCE_PATH char(255),\
|
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')",
|
SHOW_USER_LIST enum('N','Y') not null default 'Y')",
|
||||||
RD_DEFAULT_SAMPLE_RATE,
|
RD_DEFAULT_SAMPLE_RATE,
|
||||||
RD_DEFAULT_MAX_POST_LENGTH);
|
RD_DEFAULT_MAX_POST_LENGTH);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user