Replies: 1 comment 3 replies
-
You'd need to make sure that all primary IDs and foreign key references are converted. I think it should work (I can't think of anything that specifically in Ruby that validates the type). What version of Postgres are you using? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
I'm wondering if it is possible to use good job without uuid ids.i'm developing an app on top of an existing database.i have a lot of contraints.one of this IS that i can't enable pg crypto. Therefore, i can't use uuid.
When i change in migration uuid to id job processor will keep failing before good job main table still expects uuid.
Any Idea?
Beta Was this translation helpful? Give feedback.
All reactions