Mercurial > hg > soundsoftware-site
diff .svn/pristine/db/db759cd3ab8cd175fe41bbaf241b7a49ab7f0619.svn-base @ 935:fe0249c097f6 live
Merge from the default branch
author | Chris Cannam |
---|---|
date | Wed, 11 Jul 2012 13:33:14 +0100 |
parents | cbb26bc654de |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.svn/pristine/db/db759cd3ab8cd175fe41bbaf241b7a49ab7f0619.svn-base Wed Jul 11 13:33:14 2012 +0100 @@ -0,0 +1,9 @@ +class ChangeAuthSourcesAccountLimit < ActiveRecord::Migration + def self.up + change_column :auth_sources, :account, :string, :limit => nil + end + + def self.down + change_column :auth_sources, :account, :string, :limit => 60 + end +end