summaryrefslogtreecommitdiff
path: root/schema.sqlite
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-03-23 15:57:09 -0700
committeryo mama <pepper@scannerjammer.com>2015-03-23 15:57:09 -0700
commit00c7f6129f87d77788aa92e08dd77b7b473f9a71 (patch)
tree476e7f456fb3138d17927ce0ff3fea7b1a8f0060 /schema.sqlite
parent1cc8609a5976d3f394ac0f36fd1322ee8e6e4eea (diff)
moved things around
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
-);
-