This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
bactdb/migrations/00001_AddUsers_down.sql
2015-07-14 10:12:01 -08:00

7 lines
70 B
SQL

-- bactdb
-- Matthew R Dillon
DROP TABLE users;
DROP TYPE e_roles;