TIL, 2017-06-28
change_column_default
is only reversible if you have afrom
andto
.stateful_enum
, since it abstracts over the column value I think, when doing achange_column_default
, you have to use the integer values of the enum for the column default to actually change.- Review
git rebase
:git rebase --interactive HEAD~3
,squash
commits. - RSpec exit code = ???.