• N
    Failure to rollback t.timestamps when within a change_table migration · b64fb302
    noam 提交于
    When running the following migration:
    
        change_table(:table_name) { |t| t/timestamps }
    
    The following error was produced:
    
        wrong number of arguments (2 for 1) .... /connection_adapters/abstract/schema_statements.rb:851:in `remove_timestamps'
    
    This is due to `arguments` containing an empty hash as its second
    argument.
    b64fb302
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 513 字节