jean-marie/backend/migrations/20241221174355_add-person-l...

5 lines
128 B
SQL

-- Remove person level tables
ALTER TABLE if exists users
drop column if exists person_id;
drop table if exists people;