mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-11 15:16:35 +01:00
2014-08-27 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in 'lib/rdcreate_log.cpp' that caused auxiliary table creation to fail.
This commit is contained in:
@@ -1326,7 +1326,7 @@ void RDSvc::create(const QString exemplar) const
|
||||
//
|
||||
// Create Service Reconciliation Table
|
||||
//
|
||||
sql=RDCreateReconciliationTableSql(svc_name);
|
||||
sql=RDCreateReconciliationTableSql(RDSvc::svcTableName(svc_name));
|
||||
q=new RDSqlQuery(sql);
|
||||
delete q;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user