mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-13 08:06:38 +01:00
2017-12-01 Fred Gleason <fredg@paravelsystems.com>
* Added an 'Engine=' directive to the [MySQL] section of rd.conf(5). * Refactored the schema update code to use standard form in rdadmin(1).
This commit is contained in:
@@ -18,15 +18,15 @@
|
||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
//
|
||||
|
||||
#include <qsqldatabase.h>
|
||||
#include "rdconfig.h"
|
||||
|
||||
#ifndef RDCREATE_LOG_H
|
||||
#define RDCREATE_LOG_H
|
||||
|
||||
void RDCreateLogTable(const QString &name);
|
||||
QString RDCreateLogTableSql(QString name);
|
||||
QString RDCreateClockTableSql(QString name);
|
||||
QString RDCreateReconciliationTableSql(QString name);
|
||||
QString RDCreateStackTableSql(QString name);
|
||||
void RDCreateLogTable(const QString &name,RDConfig *config);
|
||||
QString RDCreateLogTableSql(QString name,RDConfig *config);
|
||||
QString RDCreateClockTableSql(QString name,RDConfig *config);
|
||||
QString RDCreateReconciliationTableSql(QString name,RDConfig *config);
|
||||
QString RDCreateStackTableSql(QString name,RDConfig *config);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user