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-04-15 09:06:23 -08:00

6 lines
69 B
SQL

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