Add the missing ExploitedHost model to the migration

git-svn-id: file:///home/svn/framework3/trunk@12628 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2011-05-16 02:32:16 +00:00
parent 68ca98b225
commit cd1c6416f3
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
class TrackSuccessfulExploits < ActiveRecord::Migration
class ExploitedHost < ActiveRecord::Base
# Empty deinition
end
def self.up
add_column :vulns, :exploited_at, :timestamp