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

Enforce unique, sequential ID for pet names #279

Merged
merged 1 commit into from
Oct 19, 2022

Conversation

ccjmne
Copy link
Contributor

@ccjmne ccjmne commented Oct 19, 2022

Resolves #161.

Nota Bene
Both cat and dog names lists were missing ID 104, from 8ed7cb9.

[103, 'Pumpkin'],
[105, 'Shadow'],

[103, 'Pumpkin'],
[105, 'Shadow'],

Resolves tonybaloney#161.

Nota Bene: Both cat and dog names lists were missing ID 104, from 8ed7cb9.
Copy link
Owner

@tonybaloney tonybaloney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great solution, thanks for the contribution

@tonybaloney tonybaloney merged commit b9e80bb into tonybaloney:master Oct 19, 2022
tonybaloney added a commit that referenced this pull request Feb 26, 2023
Enforce unique, sequential ID for pet names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Verify that the index of all pet names is sequential
2 participants