ApiLogicServer / ApiLogicServer-src

Create an executable project (API and Admin App) from a database with 1 command, customize with rules and Python in your IDE
https://apilogicserver.github.io/Docs/
BSD 3-Clause "New" or "Revised" License
27 stars 3 forks source link

postgres authdb missing role, userrole rows #40

Closed valhuber closed 4 months ago

valhuber commented 4 months ago

As shown below, the authdb creation fails to create the sa role, and assigning it to user admin. You can fix this as shown below:

auth db initialization
valhuber commented 4 months ago

Fixed in 10.02.04