Skip to content

Typecast both query sides to UUID for safe type migration

Michał Zając requested to merge 335708-typecast-before-typechange into master

What does this MR do and why?

Typecast both query sides to UUID for safe type migration

When the application is deployed there will be some time where both versions of the applications are running at the same time. This can cause No operator matches the given name and argument types. You might need to add explicit type casts. errors from PostgreSQL.

See !127754 (comment 1545526245) for even more details

Related to #425029 (closed)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Michał Zając

Merge request reports