I see one schema removal — `locale`, replaced by `...
# code-review
s
I see one schema removal —
locale
, replaced by
default_locale
and
current_locale
. That seems fine, though I don’t really understand it. I would have assumed an array there. but 🤷
a
The 'locale' is now a hidden column and contains a copy of 'default_locale'. The default_locale is preferred when trying to read the translations for the name/description fields. If it is missing or not working, the current_locale value is used instead