1
0
Fork 0
mirror of https://github.com/pi-hole/pi-hole.git synced 2025-04-08 08:30:16 +00:00
pi-hole/advanced/Scripts/database_migration/gravity/1_to_2.sql
DL6ER 2dc5bd15cc
Remove remaining traces of audit log
Signed-off-by: DL6ER <dl6er@dl6er.de>
2024-11-16 09:45:53 +01:00

7 lines
99 B
SQL

.timeout 30000
BEGIN TRANSACTION;
UPDATE info SET value = 2 WHERE property = 'version';
COMMIT;