mirror of
https://github.com/GRFreire/nthmail.git
synced 2026-01-08 12:29:38 +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
|
||||
*_templ.go
|
||||
*.db
|
||||
*.db-wal
|
||||
*.db-shm
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
pragma journal_mode = wal;
|
||||
|
||||
CREATE TABLE mails (
|
||||
id integer not null primary key,
|
||||
arrived_at integer not null,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user