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

Go to the source code of this file.

Functions

bool UpgradeArchiveDatabaseSchema (void)
 

Variables

const QString currentDatabaseVersion = "1006"
 
const QString MythArchiveVersionName = "ArchiveDBSchemaVer"
 

Function Documentation

◆ UpgradeArchiveDatabaseSchema()

bool UpgradeArchiveDatabaseSchema ( void  )

Definition at line 18 of file archivedbcheck.cpp.

Referenced by mythplugin_init().

Variable Documentation

◆ currentDatabaseVersion

const QString currentDatabaseVersion = "1006"

Definition at line 15 of file archivedbcheck.cpp.

Referenced by UpgradeArchiveDatabaseSchema().

◆ MythArchiveVersionName

const QString MythArchiveVersionName = "ArchiveDBSchemaVer"

Definition at line 16 of file archivedbcheck.cpp.

Referenced by UpgradeArchiveDatabaseSchema().