Restructure white ip interfaces #2713

This commit is contained in:
Martin Lensment 2015-09-15 14:00:19 +03:00
parent cc32312328
commit c6073c7e87
9 changed files with 32 additions and 23 deletions

View file

@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20150910113839) do
ActiveRecord::Schema.define(version: 20150915094707) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -1064,7 +1064,7 @@ ActiveRecord::Schema.define(version: 20150910113839) do
t.integer "registrar_id"
t.string "ipv4"
t.string "ipv6"
t.string "interface"
t.string "interfaces", array: true
t.datetime "created_at"
t.datetime "updated_at"
t.string "creator_str"