Skip to content

Where does the code create the users table? #24

@falakmasir

Description

@falakmasir

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)]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions