Closed brianmarete closed 2 years ago
fix: rewrite create roles migration
Simplified it and added a check to only insert if there are no roles
fix: insert default roles in seed file
Seeds will empty the database so this is necessary to prevent foreign key errors when inserting into group_members
fix: add python dependency
some npm packages will need python in the docker container
refactor: use env variable for db port
fix: rewrite create roles migration
Simplified it and added a check to only insert if there are no roles
fix: insert default roles in seed file
Seeds will empty the database so this is necessary to prevent foreign key errors when inserting into group_members
fix: add python dependency
some npm packages will need python in the docker container
refactor: use env variable for db port