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 have installed everything and trying to run the server but I receive the following error.
OperationalError: (sqlite3.OperationalError) no such table: user [SQL: u'SELECT user.id AS user_id, user.created_at AS user_created_at, user.updated_at AS user_updated_at, user.username AS user_username, user.email AS user_email, user.password_hash AS user_password_hash, user.is_admin AS user_is_admin \nFROM user \nWHERE user.username IS NULL\n LIMIT ? OFFSET ?'] [parameters: (1, 0)]
The text was updated successfully, but these errors were encountered:
I have installed everything and trying to run the server but I receive the following error.
OperationalError: (sqlite3.OperationalError) no such table: user [SQL: u'SELECT user.id AS user_id, user.created_at AS user_created_at, user.updated_at AS user_updated_at, user.username AS user_username, user.email AS user_email, user.password_hash AS user_password_hash, user.is_admin AS user_is_admin \nFROM user \nWHERE user.username IS NULL\n LIMIT ? OFFSET ?'] [parameters: (1, 0)]
The text was updated successfully, but these errors were encountered: