feat(grfn/bbbg): Init
This will eventually become a signup sheet + no-show tracker for my local board game meetup group Change-Id: Id8d1d80d95d1e2fda5041275cff2fecfd6fa43f1
This commit is contained in:
parent
479e9ea279
commit
c3cb7b0df8
35 changed files with 2549 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
drop table "public"."user";
|
||||
|
||||
-- ;;
|
||||
|
||||
drop table "public"."event_attendee";
|
||||
|
||||
|
||||
-- ;;
|
||||
|
||||
drop table "public"."event";
|
||||
|
||||
-- ;;
|
||||
|
||||
drop table "public"."attendee";
|
||||
Loading…
Add table
Add a link
Reference in a new issue