diff options
Diffstat (limited to 'users/grfn/bbbg/resources/migrations/20211212165646-init-schema.down.sql')
-rw-r--r-- | users/grfn/bbbg/resources/migrations/20211212165646-init-schema.down.sql | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/users/grfn/bbbg/resources/migrations/20211212165646-init-schema.down.sql b/users/grfn/bbbg/resources/migrations/20211212165646-init-schema.down.sql deleted file mode 100644 index 69b818a4f4ab..000000000000 --- a/users/grfn/bbbg/resources/migrations/20211212165646-init-schema.down.sql +++ /dev/null @@ -1,14 +0,0 @@ -drop table "public"."user"; - --- ;; - -drop table "public"."event_attendee"; - - --- ;; - -drop table "public"."event"; - --- ;; - -drop table "public"."attendee"; |