• Y
    make `remove_index :table, :column` reversible. · 0e928de3
    Yves Senn 提交于
    This used to raise a `IrreversibleMigration` error (since #10437).
    However since `remove_index :table, :column` is probably the most basic
    use-case we should make it reversible again.
    
    Conflicts:
    	activerecord/CHANGELOG.md
    0e928de3
schema_statements.rb 40.7 KB