waka / activerecord-mysql-unsigned

Enable to use the "unsigned" option in the integer type for migrating of ActiveRecord
MIT License
31 stars 12 forks source link

adding support for rake db:schema:load #3

Closed michelson closed 10 years ago

michelson commented 10 years ago

Add support for rake db:schema:load for unsigned for rails 4

michelson commented 10 years ago

Hi @waka , I´ve added support for rake db:schema:load, This is very important task because it is called from many rake db tasks , like rake db:test:clone and many others. By the way , I´ve only added support for rails 4. Hope it helps.

Best

waka commented 10 years ago

Thank you! :+1: