You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run the docker container with the example env file but cannot create any user because I'm failing when I try to do a "create role" with the following error:
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: roles [SQL: u'SELECT count(*) AS count_1 \nFROM (SELECT roles.id AS roles_id, roles.name AS roles_name, roles.description AS roles_description \nFROM roles) AS anon_1']
When is the sqlite db supposed to be created?
The text was updated successfully, but these errors were encountered:
I tried to run the docker container with the example env file but cannot create any user because I'm failing when I try to do a "create role" with the following error:
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: roles [SQL: u'SELECT count(*) AS count_1 \nFROM (SELECT roles.id AS roles_id, roles.name AS roles_name, roles.description AS roles_description \nFROM roles) AS anon_1']
When is the sqlite db supposed to be created?
The text was updated successfully, but these errors were encountered: