Sotera/DatawakeDepot

Docker: sometimes get duplicated admin/role accounts when using docker

michaelsframe opened this issue · 1 comments

I believe this is a timing issue, we attempt to detect if user and roles exist on startup and if not we add them. Detection is based on name only. Adding an id to the create statement should prevent duplicates.

fixed and tested via pull request