ProgrammingError

sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedColumn) column users.role does not exist LINE 1: ...ar AS users_avatar, users.status AS users_status, users.role... ^ [SQL: SELECT users.id AS users_id, users.username AS users_username, users.email AS users_email, users.phone AS users_phone, users.password AS users_password, users.fullname AS users_fullname, users.avatar AS users_avatar, users.status AS users_status, users.role AS users_role, users.locate AS users_locate, users.timezone AS users_timezone, users.created_at AS users_created_at, users.updated_at AS users_updated_at FROM users WHERE users.username IS NULL LIMIT %(param_1)s] [parameters: {'param_1': 1}] (Background on this error at: https://sqlalche.me/e/20/f405)

Traceback (most recent call last)

sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedColumn) column users.role does not exist LINE 1: ...ar AS users_avatar, users.status AS users_status, users.role... ^ [SQL: SELECT users.id AS users_id, users.username AS users_username, users.email AS users_email, users.phone AS users_phone, users.password AS users_password, users.fullname AS users_fullname, users.avatar AS users_avatar, users.status AS users_status, users.role AS users_role, users.locate AS users_locate, users.timezone AS users_timezone, users.created_at AS users_created_at, users.updated_at AS users_updated_at FROM users WHERE users.username IS NULL LIMIT %(param_1)s] [parameters: {'param_1': 1}] (Background on this error at: https://sqlalche.me/e/20/f405)

This is the Copy/Paste friendly version of the traceback.

The debugger caught an exception in your WSGI application. You can now look at the traceback which led to the error. If you enable JavaScript you can also use additional features such as code execution (if the evalex feature is enabled), automatic pasting of the exceptions and much more.

Console Locked

The console is locked and needs to be unlocked by entering the PIN. You can find the PIN printed out on the standard output of your shell that runs the server.

PIN: