summaryrefslogtreecommitdiff
path: root/model/sql/testdata.sql
diff options
context:
space:
mode:
Diffstat (limited to 'model/sql/testdata.sql')
-rw-r--r--model/sql/testdata.sql6
1 files changed, 0 insertions, 6 deletions
diff --git a/model/sql/testdata.sql b/model/sql/testdata.sql
deleted file mode 100644
index e47bde9..0000000
--- a/model/sql/testdata.sql
+++ /dev/null
@@ -1,6 +0,0 @@
-INSERT INTO 'recipes'
- (id, title, portions, url, notes, created, last_changed)
-VALUES
- (1, 'Pancakes', 4, 'https://example.org', 'Very fluffy', strftime('%s', 'now'), strftime('%s', 'now')),
- (2, 'Burger', 2, 'https://xengineering.eu/git/ceres', 'Delicious!', strftime('%s', 'now'), strftime('%s', 'now'))
-;