3 lines
93 B
SQL
3 lines
93 B
SQL
drop TABLE IF EXISTS invitations CASCADE;
|
|
drop TYPE IF EXISTS "InvitationStateType" CASCADE;
|