diff options
author | horchi <vdr@jwendel.de> | 2018-02-09 17:12:59 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2018-02-09 17:12:59 +0100 |
commit | a7d8f609094cb81040c6a836a784c50429615866 (patch) | |
tree | 4fc13711a4a61bbe3cf41e0299d39112f55e26bc /epgd.h | |
parent | 063d587d5868356abc6550e504c5a75eb34dd772 (diff) | |
download | vdr-epg-daemon-a7d8f609094cb81040c6a836a784c50429615866.tar.gz vdr-epg-daemon-a7d8f609094cb81040c6a836a784c50429615866.tar.bz2 |
2018-02-09: version 1.1.129 (horchi)\n - added: Table for recording images\n\n1.1.129
Diffstat (limited to 'epgd.h')
-rw-r--r-- | epgd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -202,6 +202,7 @@ class cEpgd : public cFrame, public cSystemNotification int initDb(); int exitDb(); int migrateFromDbApi4(); + int migrateFromDbApi5(); int tryFillEmptyRecTableFields(); int checkProcedure(const char* name, cDBS::ProcType type, cDbProcedure* fp = 0); int checkView(const char* name, const char* file); |