• Y
    build fix, remove not null constraint. · 4c81c8ce
    Yves Senn 提交于
    The fixtures are still in play, adding a new column without a default and `null: true`
    is not possible. This reverts back to leaking global state, as our `schema.rb` adds
    the `null: false` constraint on this field.
    
    A future solution would be to make the `migration_test.rb` run independent of fixture tables.
    This way we can simply drop the state after test execution, without worrying about side effects.
    
    /cc @zuhao
    4c81c8ce
migration_test.rb 31.0 KB