mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 19:34:09 +08:00
207d983809
This migration that populates category setting data from custom fields did not account for the fact that custom fields that expect an integer can still be an empty string. An empty string can't be inserted into the new integer type column. If the setting is an empty string, cast it to NULL. |
||
---|---|---|
.. | ||
fixtures | ||
migrate | ||
post_migrate | ||
api_test_seeds.rb |