git-svn-id: file:///home/svn/framework3/trunk@8951 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
James Lee 2010-03-29 06:04:52 +00:00
parent ddc98a65a1
commit 0391cd5f28
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class ExpandInfo2 < ActiveRecord::Migration
end end
remove_column :vulns, :data remove_column :vulns, :data
change_table :hosts do |t| change_table :vulns do |t|
t.string :data, :limit => 4096 t.string :data, :limit => 4096
end end