mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-27 01:30:18 +00:00
Store failed gravity restoration status in message table
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
parent
9a9af719f0
commit
633c971a44
2 changed files with 11 additions and 3 deletions
|
@ -67,6 +67,11 @@ CREATE TABLE info
|
|||
);
|
||||
|
||||
INSERT INTO "info" VALUES('version','19');
|
||||
/* This is a flag to indicate if gravity was restored from a backup
|
||||
false = not restored,
|
||||
failed = restoration failed due to no backup
|
||||
other string = restoration successful with the string being the backup file used */
|
||||
INSERT INTO "info" VALUES('gravity_restored','false');
|
||||
|
||||
CREATE TABLE domain_audit
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue