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
I currently work in an application that's using auto-incremented primary keys for GIDs and would like to migrate to using our external_id columns that we've started adding to various models. We can sidestep rails/globalid and do this if we need to, but I sensed in #135 that there may be an appetite from others for this kind of thing.
I think this is achievable/configurable on a per-model basis pretty cleanly so I'll put up a PR with some passing tests and get a sense for what the maintainers think
The text was updated successfully, but these errors were encountered:
I currently work in an application that's using auto-incremented primary keys for GIDs and would like to migrate to using our
external_id
columns that we've started adding to various models. We can sidestep rails/globalid and do this if we need to, but I sensed in #135 that there may be an appetite from others for this kind of thing.I think this is achievable/configurable on a per-model basis pretty cleanly so I'll put up a PR with some passing tests and get a sense for what the maintainers think
The text was updated successfully, but these errors were encountered: