This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
kazoo-configs-kamailio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
183
Wiki
Activity
Browse Source
add pragma for journal_mode
4.2
lazedo
8 years ago
committed by
GitHub
parent
0d749bdfd5
commit
9f09e561aa
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
kamailio/kazoodb.sql
+ 1
- 0
kamailio/kazoodb.sql
View File
@ -1,5 +1,6 @@
PRAGMA
foreign_keys
=
OFF
;
PRAGMA
foreign_keys
=
OFF
;
PRAGMA
wal
=
on
;
PRAGMA
wal
=
on
;
PRAGMA
journal_mode
=
WAL
;
BEGIN
TRANSACTION
;
BEGIN
TRANSACTION
;
CREATE
TABLE
version
(
CREATE
TABLE
version
(
table_name
VARCHAR
(
32
)
NOT
NULL
,
table_name
VARCHAR
(
32
)
NOT
NULL
,
Write
Preview
Loading…
Cancel
Save