remove exclusive lock on sqlite
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
import kotlin.Boolean;
|
import kotlin.Boolean;
|
||||||
|
|
||||||
PRAGMA foreign_keys = 1;
|
PRAGMA foreign_keys = 1;
|
||||||
PRAGMA locking_mode = EXCLUSIVE;
|
|
||||||
|
|
||||||
-- channels table
|
-- channels table
|
||||||
-- note: boolean are stored as INTEGER, with 0=false
|
-- note: boolean are stored as INTEGER, with 0=false
|
||||||
|
|||||||
Reference in New Issue
Block a user