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.
2 parents 51dd921 + 54e4bb0 commit 18632e5Copy full SHA for 18632e5
main/SQLHelper.cpp
@@ -398,7 +398,10 @@ const char *sqlCreateSetpointTimers =
398
"[Type] INTEGER NOT NULL, "
399
"[Temperature] FLOAT DEFAULT 0, "
400
"[TimerPlan] INTEGER DEFAULT 0, "
401
-"[Days] INTEGER NOT NULL);";
+"[Days] INTEGER NOT NULL, "
402
+"[Month] INTEGER DEFAULT 0, "
403
+"[MDay] INTEGER DEFAULT 0, "
404
+"[Occurence] INTEGER DEFAULT 0);";
405
406
const char *sqlCreateSharedDevices =
407
"CREATE TABLE IF NOT EXISTS [SharedDevices] ("
0 commit comments