GeneIT/geneit_backend/migrations/2023-05-24-102711_create_users/down.sql

4 lines
139 B
MySQL
Raw Normal View History

2023-05-24 11:52:24 +00:00
-- This file should undo anything in `up.sql`
2023-06-15 16:00:31 +00:00
DROP table IF EXISTS memberships ;
DROP table IF EXISTS families;
DROP table IF EXISTS users;