From a7d8f609094cb81040c6a836a784c50429615866 Mon Sep 17 00:00:00 2001 From: horchi Date: Fri, 9 Feb 2018 17:12:59 +0100 Subject: 2018-02-09: version 1.1.129 (horchi)\n - added: Table for recording images\n\n --- epgd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epgd.h') diff --git a/epgd.h b/epgd.h index 3a7b74b..1358b7a 100644 --- a/epgd.h +++ b/epgd.h @@ -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); -- cgit v1.2.3