14 lines
345 B
SQL
14 lines
345 B
SQL
-- Drop Postgres tables
|
|
drop table oauth2_state_storage;
|
|
drop table user_sessions;
|
|
drop table users;
|
|
drop table roles;
|
|
drop table user_roles;
|
|
drop table role_permissions;
|
|
drop table wishlist_items;
|
|
drop table gift_exchange;
|
|
drop table gift_exchange_participants;
|
|
drop table calendar;
|
|
drop table calendar_event_types;
|
|
drop table calendar_events;
|