Add some new contact fields to registrar

This commit is contained in:
Martin Lensment 2015-01-30 11:53:33 +02:00
parent 0c16146ebb
commit 65d849cc36
10 changed files with 81 additions and 24 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: 20150129114042) do
ActiveRecord::Schema.define(version: 20150130085458) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -293,6 +293,9 @@ ActiveRecord::Schema.define(version: 20150129114042) do
t.string "billing_address", limit: 255
t.datetime "created_at"
t.datetime "updated_at"
t.string "phone"
t.string "email"
t.string "billing_email"
end
create_table "reserved_domains", force: :cascade do |t|