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

fix bug with UpdateEntitySchemaField ordering #77

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

ndamania00
Copy link
Collaborator

@ndamania00 ndamania00 commented Dec 12, 2024

Fixed a bug that was raised with operation order: all order vars are multiples of 10. However, UpdateEntitySchemaField was just 14 (without the 0 🤦) so it was defaulting to being 2nd in order when it should be 13th.

The correct order is denoted here: https://github.com/dynotx/liminal-orm/blob/main/liminal/base/base_operation.py#L7

Also, remove an unnecessary import line from generate_files.

@ndamania00 ndamania00 added semver:patch A backwards compatible bug fix (patch version bump) type:bug Something isn't working labels Dec 12, 2024
@ndamania00 ndamania00 merged commit f85b2a9 into main Dec 12, 2024
2 checks passed
@ndamania00 ndamania00 deleted the bug-with-ordering-operations branch December 12, 2024 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch A backwards compatible bug fix (patch version bump) type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant