summaryrefslogtreecommitdiff
path: root/migrations/2020-02-04-150559_entry/down.sql
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2020-02-04 19:58:15 -0500
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2020-02-04 19:58:15 -0500
commit97b82520aacacbe600c8918b26b5b29b8d47d4d1 (patch)
treec130abd56069c0b2a429d590dfb6ec7b54c68585 /migrations/2020-02-04-150559_entry/down.sql
parentca69f19d0492ae420ba54a158676d246b0307be0 (diff)
Add entry table and link with raw data
Diffstat (limited to 'migrations/2020-02-04-150559_entry/down.sql')
-rw-r--r--migrations/2020-02-04-150559_entry/down.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/migrations/2020-02-04-150559_entry/down.sql b/migrations/2020-02-04-150559_entry/down.sql
new file mode 100644
index 0000000..ca787a3
--- /dev/null
+++ b/migrations/2020-02-04-150559_entry/down.sql
@@ -0,0 +1 @@
+drop table entries;