mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Add timeout to migration script (2->3).
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
parent
87f75c737a
commit
65fdbc85d5
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
.timeout 30000
|
||||
|
||||
PRAGMA FOREIGN_KEYS=OFF;
|
||||
|
||||
ALTER TABLE regex RENAME TO regex_blacklist;
|
||||
|
|
Loading…
Reference in a new issue