remove exclusive lock on sqlite

This commit is contained in:
pm47 2024-03-21 14:10:30 +01:00
parent 97b6afce7c
commit 40e9509a13
No known key found for this signature in database
GPG Key ID: E434ED292E85643A

View File

@ -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