-
- Downloads
Correct type for `report_card.collection_preview` (#42919)
In v49, we converted all boolean types to `bit(1)` on mysql/mariadb. It looks like we missed this one, so when you `GET` a card it has `"collection_preview": 1`. Then we get an error when trying to save, because `collection_preview` should be a boolean. I verified that after this migration, `GET`ting a card results in a boolean `"collection_preview"`.
Please register or sign in to comment