You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I tried using v0.1.4 with ActiveRecord 4.2.10, but the column default is always dumped as YAML, so it appear the default override is not working, if the default is changed.
The gem works, if the default is set when the column is created, but not when trying to change it.
I also tried various combinations of change_column_default and change_column with the same result.
Hey, I tried using v0.1.4 with ActiveRecord 4.2.10, but the column default is always dumped as YAML, so it appear the default override is not working, if the default is changed.
The gem works, if the default is set when the column is created, but not when trying to change it.
I also tried various combinations of
change_column_default
andchange_column
with the same result.Sample Migration:
Unfortunately this migration is impossible to do without changing the column default.
The text was updated successfully, but these errors were encountered: