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

Column name in countries.sql #114

Open
ssarco opened this issue Dec 29, 2021 · 0 comments
Open

Column name in countries.sql #114

ssarco opened this issue Dec 29, 2021 · 0 comments

Comments

@ssarco
Copy link

ssarco commented Dec 29, 2021

Just wanted to let you know that the column name in the sql file countries.sql is misspelled.

Listed as:
INSERT INTO countries (id, sortname, name, phonecode) VALUES

Should be:
INSERT INTO countries (id, shortname, name, phonecode) VALUES

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