mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-09-08 08:29:57 +02:00
2018-07-07 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rddbmgr(8) that caused the 'EVENT_LINES' table to be created with the incorrect engine type when using '--modify'.
This commit is contained in:
parent
d3795f5d0c
commit
bd5bd2246b
@ -17098,3 +17098,7 @@
|
|||||||
incorrect engine type when using '--modify'.
|
incorrect engine type when using '--modify'.
|
||||||
* Updated the 'init_template_host.py' script to work with
|
* Updated the 'init_template_host.py' script to work with
|
||||||
schema version 287.
|
schema version 287.
|
||||||
|
2018-07-07 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a bug in rddbmgr(8) that caused the 'EVENT_LINES'
|
||||||
|
table to be created with the incorrect engine type when using
|
||||||
|
'--modify'.
|
||||||
|
@ -7489,7 +7489,8 @@ bool MainObject::UpdateSchema(int cur_schema,int set_schema,QString *err_msg) co
|
|||||||
"CART_NUMBER int unsigned,"+
|
"CART_NUMBER int unsigned,"+
|
||||||
"TRANS_TYPE int not null,"+
|
"TRANS_TYPE int not null,"+
|
||||||
"MARKER_COMMENT char(255),"+
|
"MARKER_COMMENT char(255),"+
|
||||||
"unique index EVENT_NAME_TYPE_COUNT_IDX (EVENT_NAME,TYPE,COUNT))";
|
"unique index EVENT_NAME_TYPE_COUNT_IDX (EVENT_NAME,TYPE,COUNT))"+
|
||||||
|
db_table_create_postfix;
|
||||||
if(!RDSqlQuery::apply(sql,err_msg)) {
|
if(!RDSqlQuery::apply(sql,err_msg)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user