Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where does the code create the users table? #24

Open
falakmasir opened this issue Oct 14, 2016 · 0 comments
Open

Where does the code create the users table? #24

falakmasir opened this issue Oct 14, 2016 · 0 comments

Comments

@falakmasir
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant