metabase/metabase
Migrate `locale` and `is_qbnewb` columns in `core_user` table to User-local settings
オープン
#20,604 opened on 2022/02/17
.BackendType:Tech Debtgood first issue
Repository metrics
- Stars
- (47,314 個のスター)
- PR merge metrics
- (平均マージ 1d 15h) (30d で 1,000 merged PRs)
説明
See @camsaul's comment here about a potential migration that could convert the locale field in the core_user table to a user-local setting called user-locale.
I think we'd want to migrate is_qbnewb as well, but it seems that we'd have to do it in the same migration since we can't use JSON functions on our current version of H2.
We'd also need to keep the columns around in the core_user table to avoid breaking downgrades for at least the near future.