mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-19 05:40:13 +00:00
Rename table to "auditlist"
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
parent
82476138c1
commit
2fb4256f84
4 changed files with 9 additions and 10 deletions
|
@ -554,12 +554,12 @@ addAudit()
|
|||
# filled with its default value (date_added = current timestamp)
|
||||
domains="${domains},('${domain}')"
|
||||
done
|
||||
sqlite3 "${gravityDBfile}" "INSERT INTO \"audit\" (domain) VALUES ${domains};"
|
||||
sqlite3 "${gravityDBfile}" "INSERT INTO \"auditlist\" (domain) VALUES ${domains};"
|
||||
}
|
||||
|
||||
clearAudit()
|
||||
{
|
||||
sqlite3 "${gravityDBfile}" "DELETE FROM \"audit\";"
|
||||
sqlite3 "${gravityDBfile}" "DELETE FROM \"auditlist\";"
|
||||
}
|
||||
|
||||
SetPrivacyLevel() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue