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

OrderId index should have a uniqueness constraint #87

Open
jonasanker opened this issue May 29, 2022 · 2 comments
Open

OrderId index should have a uniqueness constraint #87

jonasanker opened this issue May 29, 2022 · 2 comments
Labels
api-v2 Related to new API version 2 bug Verified bug

Comments

@jonasanker
Copy link
Member

Applying the uniqueness constraint is currently blocked by the prod database containing duplicate values of 'Analog'. This is due to that PurchaseService.IssueProduct stores the value 'Analog' for purchases done from the cafe and not through the app

@jonasanker jonasanker added bug Verified bug api-v2 Related to new API version 2 labels May 29, 2022
@jonasanker
Copy link
Member Author

Currently this requires a clean up and redesign of the data model to be achieved

@jonasanker
Copy link
Member Author

Related to #130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-v2 Related to new API version 2 bug Verified bug
Projects
None yet
Development

No branches or pull requests

1 participant