Opening this as an RFC since it's scratching a very specific itch of mine. This is using a hidden configuration option (:uuid_primary_keys) which in addition to modifying the generated users and accounts migrations allows me to use UUID primary keys with sentinel. Mainly interested in if you'd entertain this as an option and if so, is it OK being a hidden configuration or if you'd rather it be formally documented?
Opening this as an RFC since it's scratching a very specific itch of mine. This is using a hidden configuration option (
:uuid_primary_keys
) which in addition to modifying the generatedusers
andaccounts
migrations allows me to use UUID primary keys with sentinel. Mainly interested in if you'd entertain this as an option and if so, is it OK being a hidden configuration or if you'd rather it be formally documented?