MythTV
master
|
#include <iostream>
#include <QString>
#include <QSqlError>
#include <libmyth/mythcontext.h>
#include <libmythbase/mythdb.h>
#include <libmythbase/mythdbcheck.h>
#include "archivedbcheck.h"
Go to the source code of this file.
Functions | |
bool | UpgradeArchiveDatabaseSchema (void) |
Variables | |
const QString | currentDatabaseVersion = "1006" |
const QString | MythArchiveVersionName = "ArchiveDBSchemaVer" |
bool UpgradeArchiveDatabaseSchema | ( | void | ) |
Definition at line 18 of file archivedbcheck.cpp.
Referenced by mythplugin_init().
const QString currentDatabaseVersion = "1006" |
Definition at line 15 of file archivedbcheck.cpp.
Referenced by UpgradeArchiveDatabaseSchema().
const QString MythArchiveVersionName = "ArchiveDBSchemaVer" |
Definition at line 16 of file archivedbcheck.cpp.
Referenced by UpgradeArchiveDatabaseSchema().