This website requires JavaScript.
Explore
Help
Sign In
arno
/
pi-hole
Watch
1
Star
0
Fork
0
You've already forked pi-hole
mirror of
https://github.com/pi-hole/pi-hole
synced
2025-01-10 08:00:54 +00:00
Code
Issues
Releases
Wiki
Activity
4fd77f57fa
pi-hole
/
advanced
/
Scripts
/
database_migration
/
gravity
/
1_to_2.sql
8 lines
99 B
MySQL
Raw
Normal View
History
Unescape
Escape
Wrap upgrade script commands in a transaction. Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-08-22 11:54:46 +00:00
.
timeout
30000
BEGIN
TRANSACTION
;
Add database upgrading mechanism for adding the audit table. Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-07-05 11:54:18 +00:00
UPDATE
info
SET
value
=
2
WHERE
property
=
'
version
'
;
Wrap upgrade script commands in a transaction. Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-08-22 11:54:46 +00:00
COMMIT
;
Reference in New Issue
Copy Permalink