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

5 lines
182 B
MySQL
Raw Normal View History

2023-05-24 11:52:24 +00:00
-- This file should undo anything in `up.sql`
2023-06-19 17:00:35 +00:00
drop view if exists families_memberships ;
2023-06-15 16:00:31 +00:00
DROP table IF EXISTS memberships ;
DROP table IF EXISTS families;
DROP table IF EXISTS users;