mirror of
https://github.com/simon987/od-database.git
synced 2025-12-13 23:09:01 +00:00
Option to turn off SSL, moved secret keys to config.py, switched to sqlite WAL mode to avoid locked database problems
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
PRAGMA journal_mode=WAL;
|
||||
|
||||
CREATE TABLE Website (
|
||||
|
||||
id INTEGER PRIMARY KEY NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user