|
MythTV master
|
#include <iostream>#include <QSqlError>#include <QString>#include <libmythbase/mythcorecontext.h>#include <libmythbase/mythdb.h>#include <libmythbase/mythdbcheck.h>#include <libmythbase/mythlogging.h>#include "newsdbcheck.h"Go to the source code of this file.
Functions | |
| bool | UpgradeNewsDatabaseSchema (void) |
Variables | |
| const QString | currentDatabaseVersion = "1001" |
| const QString | MythNewsVersionName = "NewsDBSchemaVer" |
| bool UpgradeNewsDatabaseSchema | ( | void | ) |
Definition at line 20 of file newsdbcheck.cpp.
Referenced by mythplugin_init().
| const QString currentDatabaseVersion = "1001" |
Definition at line 17 of file newsdbcheck.cpp.
Referenced by UpgradeNewsDatabaseSchema().
| const QString MythNewsVersionName = "NewsDBSchemaVer" |
Definition at line 18 of file newsdbcheck.cpp.
Referenced by UpgradeNewsDatabaseSchema().