Fix the boolean definition

unstable
HD Moore 2012-06-13 22:16:59 -05:00
parent 1bdd8dc533
commit 2aa9de7f63
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class AddModuleDetails < ActiveRecord::Migration
t.integer :rank # exploit rank t.integer :rank # exploit rank
t.text :description # t.text :description #
t.string :license # MSF_LICENSE t.string :license # MSF_LICENSE
t.bool :privileged # true or false t.boolean :privileged # true or false
t.timestamp :disclosure_date # Mar 10 2004 t.timestamp :disclosure_date # Mar 10 2004
t.integer :default_target # 0 t.integer :default_target # 0
t.text :default_action # "scan" t.text :default_action # "scan"