-- Remove person level tables
ALTER TABLE if exists users
drop column if exists person_id;
drop table if exists people;
Powered by TurnKey Linux.