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

Add instruction to use uuid type for item_id in migration. #1373

Closed
Nuzair46 opened this issue Feb 17, 2022 · 0 comments
Closed

Add instruction to use uuid type for item_id in migration. #1373

Nuzair46 opened this issue Feb 17, 2022 · 0 comments

Comments

@Nuzair46
Copy link
Contributor

Thank you for your contribution!

Due to limited volunteers, issues that do not follow this template will be
closed without comment.

Is your feature suggestion related to a problem? Please describe.

  • By default, create_versions migration use bigint type for item_id. This causes issues with tables using uuid where the item_id will be saved as 0 sometimes.

Describe the solution you'd like to build

  • Add instruction in the readme to set the type uuid for item_id in the migration.
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