|
MythTV master
|
#include <iostream>#include <QString>#include <QSqlError>#include <libmythbase/mythcorecontext.h>#include <libmythbase/mythdb.h>#include <libmythbase/mythdbcheck.h>#include <libmythbase/mythlogging.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 19 of file archivedbcheck.cpp.
Referenced by mythplugin_init().
| const QString currentDatabaseVersion = "1006" |
Definition at line 16 of file archivedbcheck.cpp.
Referenced by UpgradeArchiveDatabaseSchema().
| const QString MythArchiveVersionName = "ArchiveDBSchemaVer" |
Definition at line 17 of file archivedbcheck.cpp.
Referenced by UpgradeArchiveDatabaseSchema().