You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
bigint
type foritem_id
. This causes issues with tables usinguuid
where theitem_id
will be saved as0
sometimes.Describe the solution you'd like to build
uuid
foritem_id
in the migration.The text was updated successfully, but these errors were encountered: