1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #7148 from yahonda/address_6195

Addresses ORA-01400 errors and also supports #6115
This commit is contained in:
Rafael Mendonça França 2012-07-24 12:28:27 -07:00
commit 2d6af1d387

View file

@ -178,7 +178,7 @@ ActiveRecord::Schema.define do
t.integer :client_of
t.integer :rating, :default => 1
t.integer :account_id
t.string :description, :null => false, :default => ""
t.string :description, :default => ""
end
add_index :companies, [:firm_id, :type, :rating, :ruby_type], :name => "company_index"