1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-07-15 23:36:27 +02:00

Release notes

This commit is contained in:
binwiederhier 2023-06-28 12:54:13 -04:00
parent d790ad91e2
commit 48a5a55e2f
3 changed files with 37 additions and 25 deletions

View file

@ -126,6 +126,7 @@ const (
ON CONFLICT (id) DO NOTHING;
COMMIT;
`
builtinStartupQueries = `
PRAGMA foreign_keys = ON;
`