We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c12d22 commit 4245575Copy full SHA for 4245575
test/simple.rb
@@ -754,7 +754,7 @@ def test_remove_column
754
columns = DbType.connection.columns('db_types')
755
assert ! columns.detect { |c| c.name.to_s == 'sample_text' }
756
757
- DbType.connection.remove_column :db_types, :sample_float, nil, {}
+ DbType.connection.remove_column :db_types, :sample_float, nil
758
759
assert ! columns.detect { |c| c.name.to_s == 'sample_float' }
760
end
0 commit comments