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