hmm, we recently changed the encoding of 2 columns...
# spicedb
v
hmm, we recently changed the encoding of 2 columns in the
relation_tuple
table in MySQL in order to support the new extended object id regex: https://github.com/authzed/spicedb/blob/94a077f52330936f3410f636a5e7b00d90cacb52/internal/datastore/mysql/migrations/zz_migration.0005_extend_object_id.go#L6-L14 I would seem as if it's comparing columns within the
relation_tuple
table that have different encoding with each other. Can you provide us with a minimal repo? Would definitely suggest to capture this in a GitHub Issue