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

Incorrect data for AN and PM draw on 2016-05-31 #13

Closed
dwayne opened this issue Jun 23, 2016 · 1 comment
Closed

Incorrect data for AN and PM draw on 2016-05-31 #13

dwayne opened this issue Jun 23, 2016 · 1 comment

Comments

@dwayne
Copy link
Owner

dwayne commented Jun 23, 2016

The draw number for AN was 15740 (it should be 15140) and the draw number for PM was 15741 (it should be 15140).

@dwayne dwayne changed the title Incorrect data for AN draw on 2016-05-31 Incorrect data for AN and PM draw on 2016-05-31 Jul 4, 2016
@dwayne
Copy link
Owner Author

dwayne commented Jul 4, 2016

Seems as though NLCB corrected their error, so the correct and incorrect results are present. To fix I deleted the incorrect results.

DELETE FROM results WHERE draw=15740;
DELETE FROM results WHERE draw=15741;

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

No branches or pull requests

1 participant