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.
12 lines
149 B
SQL
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;
|