We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c7216 commit 61c6b55Copy full SHA for 61c6b55
main/SQLHelper.cpp
@@ -34,7 +34,7 @@
34
#define __STDC_FORMAT_MACROS
35
#include <inttypes.h>
36
37
-#define DB_VERSION 132
+#define DB_VERSION 133
38
39
extern http::server::CWebServerHelper m_webservers;
40
extern std::string szWWWFolder;
@@ -2567,7 +2567,7 @@ bool CSQLHelper::OpenDatabase()
2567
{
2568
query("DROP TABLE IF EXISTS [EventActions]");
2569
}
2570
- if (dbversion < 132)
+ if (dbversion < 133)
2571
2572
query("ALTER TABLE Hardware RENAME TO tmp_Hardware;");
2573
query(sqlCreateHardware);
0 commit comments