Really truly update schema for reals

Srsly
This commit is contained in:
James Lee 2015-03-30 18:35:17 -05:00
parent 790a08a848
commit 47d85af811
No known key found for this signature in database
GPG Key ID: 2D6094C7CEA0A321
1 changed files with 3 additions and 3 deletions

View File

@ -150,7 +150,7 @@ ActiveRecord::Schema.define(:version => 20150326183742) do
create_table "hosts", :force => true do |t|
t.datetime "created_at"
t.string "address", :null => false
t.string "address", :limit => nil, :null => false
t.string "mac"
t.string "comm"
t.string "name"
@ -762,7 +762,7 @@ ActiveRecord::Schema.define(:version => 20150326183742) do
create_table "wmap_requests", :force => true do |t|
t.string "host"
t.string "address"
t.string "address", :limit => nil
t.integer "port"
t.integer "ssl"
t.string "meth", :limit => 32
@ -779,7 +779,7 @@ ActiveRecord::Schema.define(:version => 20150326183742) do
create_table "wmap_targets", :force => true do |t|
t.string "host"
t.string "address"
t.string "address", :limit => nil
t.integer "port"
t.integer "ssl"
t.integer "selected"