about summary refs log tree commit diff
path: root/users/aspen/bbbg/resources/migrations/20211212165646-init-schema.down.sql
blob: 69b818a4f4ab0cfee363be9cff82858bfc80f728 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
drop table "public"."user";

-- ;;

drop table "public"."event_attendee";


-- ;;

drop table "public"."event";

-- ;;

drop table "public"."attendee";