mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2018-06-01 Fred Gleason <fredg@paravelsystems.com>
* Stubbed out rddbmgr(8). * Implemented the '--create' command in rddbmgr(8). * Fixed a bug in 'RDStation::create()' that generated corrupt records in the 'AUDIO_INPUT' and 'AUDIO_OUTPUTS' tables when creating a new host with no exemplar.
This commit is contained in:
@@ -119,6 +119,9 @@ class RDConfig
|
||||
void load();
|
||||
void clear();
|
||||
static QString userAgent(const QString &modname);
|
||||
static QString createTablePostfix(const QString &engine,
|
||||
const QString &charset,
|
||||
const QString &collation);
|
||||
|
||||
private:
|
||||
QString conf_filename;
|
||||
|
||||
Reference in New Issue
Block a user