mirror of
https://github.com/GRFreire/nthmail.git
synced 2026-01-09 04:49:39 +00:00
enable wal mode
This commit is contained in:
parent
fc899da74c
commit
e211834d39
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@ bin/*
|
|||||||
!bin/.gitkeep
|
!bin/.gitkeep
|
||||||
*_templ.go
|
*_templ.go
|
||||||
*.db
|
*.db
|
||||||
|
*.db-wal
|
||||||
|
*.db-shm
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
pragma journal_mode = wal;
|
||||||
|
|
||||||
CREATE TABLE mails (
|
CREATE TABLE mails (
|
||||||
id integer not null primary key,
|
id integer not null primary key,
|
||||||
arrived_at integer not null,
|
arrived_at integer not null,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user