Widen the cred ptype column.
git-svn-id: file:///home/svn/framework3/trunk@13384 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
f685e179cd
commit
2c73f47046
|
@ -0,0 +1,9 @@
|
|||
class ExpandCredPtypeColumn < ActiveRecord::Migration
|
||||
def self.up
|
||||
change_column :creds, :ptype, :string, :limit => 256
|
||||
end
|
||||
def self.down
|
||||
change_column :creds, :ptype, :string, :limit => 16
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue