discourse/db
Krzysztof Kotlarek 294e3751d4
FIX: broken base_scheme_id migration when base is default (#34430)
In this PR, migration was introduced to change the `base_scheme_id`
column from a string to proper integer IDs.

https://github.com/discourse/discourse/pull/34351

However, one base type called "Default" was not covered and later
conversion to an integer is failing.

<img width="973" height="56" alt="Screenshot 2025-08-20 at 12 58 04 pm"
src="https://github.com/user-attachments/assets/04b193b2-e66e-4aed-ab7c-d46605f0e802"
/>
2025-08-20 13:14:41 +08:00
..
fixtures FIX: Allow creating new color palettes based on custom palettes (#34351) 2025-08-20 11:58:40 +08:00
migrate FIX: broken base_scheme_id migration when base is default (#34430) 2025-08-20 13:14:41 +08:00
post_migrate DEV: Promote historic post_deploy migrations (#34273) 2025-08-13 14:10:50 +08:00
api_test_seeds.rb DEV: Apply syntax_tree formatting to db/* 2023-01-09 11:59:41 +00:00