Add timeout to migration script (2->3).

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2019-07-10 12:01:38 +02:00
parent 87f75c737a
commit 65fdbc85d5
No known key found for this signature in database
GPG key ID: 00135ACBD90B28DD

View file

@ -1,3 +1,5 @@
.timeout 30000
PRAGMA FOREIGN_KEYS=OFF;
ALTER TABLE regex RENAME TO regex_blacklist;