aboutsummaryrefslogtreecommitdiffstats
path: root/migrations/2020-08-25-102403_add_event_table/down.sql
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2021-08-24 23:05:08 +0200
committerHarald Eilertsen <haraldei@anduin.net>2021-08-24 23:05:08 +0200
commit0ba9752b0211c9add44ffb652e99444f4b4e36f3 (patch)
treeb8347106c95f39dd2195aaab79d35f9939eef296 /migrations/2020-08-25-102403_add_event_table/down.sql
parent94c4261d7733589a5e5616489ed3d3e9562a9e5b (diff)
downloadramaskrik-social-0ba9752b0211c9add44ffb652e99444f4b4e36f3.tar.gz
ramaskrik-social-0ba9752b0211c9add44ffb652e99444f4b4e36f3.tar.bz2
ramaskrik-social-0ba9752b0211c9add44ffb652e99444f4b4e36f3.zip
Add old migration to create event table.
Diffstat (limited to 'migrations/2020-08-25-102403_add_event_table/down.sql')
-rw-r--r--migrations/2020-08-25-102403_add_event_table/down.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/migrations/2020-08-25-102403_add_event_table/down.sql b/migrations/2020-08-25-102403_add_event_table/down.sql
new file mode 100644
index 0000000..1d3e072
--- /dev/null
+++ b/migrations/2020-08-25-102403_add_event_table/down.sql
@@ -0,0 +1,2 @@
+-- Drop the event table to revert.
+DROP TABLE event;