iachat/db
gabrieljablonski 9cb045f46f fix(installation_config): normalize legacy native-hash rows to YAML strings
Some rows in installation_configs.serialized_value were written as native
jsonb objects by older code paths, while the YAML coder expects JSON-encoded
YAML strings. Reading the object-shaped rows raised "TypeError: no implicit
conversion of Hash into String" in production after the upstream 4.13.0 merge.

Convert every object-shaped row to the YAML-string shape the coder produces,
so the stock serialize :serialized_value, coder: YAML, ... works for all
rows without needing a custom coder.
2026-04-17 23:33:50 -03:00
..
migrate fix(installation_config): normalize legacy native-hash rows to YAML strings 2026-04-17 23:33:50 -03:00
schema.rb fix(installation_config): normalize legacy native-hash rows to YAML strings 2026-04-17 23:33:50 -03:00
seeds.rb chore: Enable the new Rubocop rules (#7122) 2023-05-19 14:37:10 +05:30