tunapanda / wikonnect

Wikonnect seeks to bridge the digital divide through the provision of digital literacy skills. Management support through Asha (www.asha.io).
https://app.wikonnect.org
MIT License
31 stars 51 forks source link

Fix/groups table migration #853

Closed brianmarete closed 2 years ago

brianmarete commented 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