Create white ips

This commit is contained in:
Martin Lensment 2015-05-19 16:47:29 +03:00
parent 254849494f
commit 8e37355e13
15 changed files with 246 additions and 3 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: 20150518084324) do
ActiveRecord::Schema.define(version: 20150519115050) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -928,6 +928,15 @@ ActiveRecord::Schema.define(version: 20150518084324) do
t.text "depricated_table_but_somehow_paper_trail_tests_fails_without_it"
end
create_table "white_ips", force: :cascade do |t|
t.integer "registrar_id"
t.string "ipv4"
t.string "ipv6"
t.string "interface"
t.datetime "created_at"
t.datetime "updated_at"
end
create_table "whois_records", force: :cascade do |t|
t.integer "domain_id"
t.string "name"