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