OrganIA / organia-server

Backend of OrganIA, the organs priority matching solution
MIT License
0 stars 0 forks source link

Permissions groups system #34

Closed OkilSaber closed 3 years ago

OkilSaber commented 3 years ago

Close #8

I added a role system.

Tina-otoge commented 3 years ago

You have multiple empty migrations, you most certainly ran migrate.sh multiple times for no reason

Migrations work like git commit, they are applied on top of the previous one and form an history, however unlike git, alembic will not skip empty migrations with a "Nothing to do" message

Please fix this, either delete all the migrations you created, recreate your db, then do a single migration, or manually edit your migration files