about summary refs log tree commit diff
path: root/users/aspen/bbbg/resources/migrations/20211212165646-init-schema.down.sql
diff options
context:
space:
mode:
Diffstat (limited to 'users/aspen/bbbg/resources/migrations/20211212165646-init-schema.down.sql')
-rw-r--r--users/aspen/bbbg/resources/migrations/20211212165646-init-schema.down.sql14
1 files changed, 14 insertions, 0 deletions
diff --git a/users/aspen/bbbg/resources/migrations/20211212165646-init-schema.down.sql b/users/aspen/bbbg/resources/migrations/20211212165646-init-schema.down.sql
new file mode 100644
index 0000000000..69b818a4f4
--- /dev/null
+++ b/users/aspen/bbbg/resources/migrations/20211212165646-init-schema.down.sql
@@ -0,0 +1,14 @@
+drop table "public"."user";
+
+-- ;;
+
+drop table "public"."event_attendee";
+
+
+-- ;;
+
+drop table "public"."event";
+
+-- ;;
+
+drop table "public"."attendee";