summaryrefslogtreecommitdiff
path: root/schema.sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sqlite')
-rw-r--r--schema.sqlite8
1 files changed, 0 insertions, 8 deletions
diff --git a/schema.sqlite b/schema.sqlite
deleted file mode 100644
index 1fe63c0..0000000
--- a/schema.sqlite
+++ /dev/null
@@ -1,8 +0,0 @@
-PRAGMA foreign_keys = ON;
-CREATE TABLE journals(
- id INTEGER PRIMARY KEY NOT NULL, --optional
- date INTEGER NOT NULL,
- fulltext TEXT,
- image_url TEXT
-);
-