mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-09 22:27:08 +01:00
2016-05-20 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'rdadmin/createdb.cpp' that caused creation of a new DB to fail.
This commit is contained in:
@@ -2384,7 +2384,7 @@ bool CreateDb(QString name,QString pwd)
|
||||
"CUT_NAME char(12) not null,"+
|
||||
"NUMBER int not null,"+
|
||||
"POINT int not null,"+
|
||||
"CUT_NAME_IDX(CUT_NAME))";
|
||||
"index CUT_NAME_IDX(CUT_NAME))";
|
||||
if(!RunQuery(sql)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user