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

Correction in example in readme.md #84

Merged
merged 1 commit into from
Feb 18, 2018
Merged

Conversation

YagoLopez
Copy link
Contributor

sql.js:20 Uncaught (in promise) Error: table "games" has more than one primary key
    at Database../node_modules/sql.js/js/sql.js.Database.handleError (sql.js:20)
    at Database../node_modules/sql.js/js/sql.js.Database.run (sql.js:20)
    at trilogy.js:278
    at <anonymous>

Primary key duped in table "game". It is needed to remove one.

sql.js:20 Uncaught (in promise) Error: table "games" has more than one primary key
    at Database../node_modules/sql.js/js/sql.js.Database.handleError (sql.js:20)
    at Database../node_modules/sql.js/js/sql.js.Database.run (sql.js:20)
    at trilogy.js:278
    at <anonymous>

Primary key duped in table "game". It is needed to remove one.
@haltcase haltcase added the type: documentation Applies only to project documentation. label Feb 18, 2018
@haltcase haltcase merged commit 9f9e839 into haltcase:master Feb 18, 2018
@haltcase
Copy link
Owner

Thanks @YagoLopez, I noticed and fixed this on next but tie goes to the user 😄

@YagoLopez
Copy link
Contributor Author

hehe 😄 no problem 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation Applies only to project documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants