openbadgefactory / salava

Open Badge Passport community edition
Apache License 2.0
19 stars 8 forks source link

Database in error at installation : 2 missing tables #27

Closed cdisabatino closed 5 years ago

cdisabatino commented 5 years ago

Hello. When I initialize the database with the command "lein migrator-reset", I have no error. But, when I run the tests via "lein repl (run-tests)", I have two missing tables "user_badge_metabadge" and "user_badge_endorsement_request".

How can I create these tables ?

Thank you

Isaakay111 commented 5 years ago

This is related to #28.