MythTV  master
Functions | Variables
newsdbcheck.cpp File Reference
#include <iostream>
#include <QSqlError>
#include <QString>
#include <libmyth/mythcontext.h>
#include <libmythbase/mythdb.h>
#include <libmythbase/mythdbcheck.h>
#include "newsdbcheck.h"
Include dependency graph for newsdbcheck.cpp:

Go to the source code of this file.

Functions

bool UpgradeNewsDatabaseSchema (void)
 

Variables

const QString currentDatabaseVersion = "1001"
 
const QString MythNewsVersionName = "NewsDBSchemaVer"
 

Function Documentation

◆ UpgradeNewsDatabaseSchema()

bool UpgradeNewsDatabaseSchema ( void  )

Definition at line 19 of file newsdbcheck.cpp.

Referenced by mythplugin_init().

Variable Documentation

◆ currentDatabaseVersion

const QString currentDatabaseVersion = "1001"

Definition at line 16 of file newsdbcheck.cpp.

Referenced by UpgradeNewsDatabaseSchema().

◆ MythNewsVersionName

const QString MythNewsVersionName = "NewsDBSchemaVer"

Definition at line 17 of file newsdbcheck.cpp.

Referenced by UpgradeNewsDatabaseSchema().