what2watch/migrations/20240116054222_users_and_invites.down.sql
2024-01-27 17:20:47 -08:00

2 lines
74 B
SQL

drop table if exists invites;
drop table if exists users; -- must be last