youyesyet/resources/migrations/20170315190500-roles-and-teams.down.sql
simon d83a7924e2 : Tables created
Sorted out the migratus stuff so that it actually works, and added a bit to README to say how to get the database initialised; added a new migration to add the roles and teams table.
2017-03-15 20:13:22 +00:00

12 lines
149 B
SQL

drop table teammemberships;
drop index ix_teams_name;
drop table teams;
drop table rolememberships;
drop index ix_roles_name;
drop table roles;