mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-23 17:21:03 +02:00
2016-08-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'rdadmin/createdb.cpp' that caused the 'SERVICE_CLOCKS' table to fail to be created when generating a new database.
This commit is contained in:
parent
8f4f69009b
commit
a6066fe39a
@ -15435,3 +15435,7 @@
|
|||||||
2016-07-29 Fred Gleason <fredg@paravelsystems.com>
|
2016-07-29 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Updated 'NEWS'.
|
* Updated 'NEWS'.
|
||||||
* Incremented the package version to 2.15.0.
|
* Incremented the package version to 2.15.0.
|
||||||
|
2016-08-01 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a bug in 'rdadmin/createdb.cpp' that caused the
|
||||||
|
'SERVICE_CLOCKS' table to fail to be created when generating
|
||||||
|
a new database.
|
||||||
|
@ -2412,6 +2412,9 @@ bool CreateDb(QString name,QString pwd)
|
|||||||
"CLOCK_NAME char(64) default null,"+
|
"CLOCK_NAME char(64) default null,"+
|
||||||
"index SERVICE_NAME_IDX(SERVICE_NAME,HOUR),"+
|
"index SERVICE_NAME_IDX(SERVICE_NAME,HOUR),"+
|
||||||
"index CLOCK_NAME_IDX(CLOCK_NAME))";
|
"index CLOCK_NAME_IDX(CLOCK_NAME))";
|
||||||
|
if(!RunQuery(sql)) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user