Update schema file

This commit is contained in:
Priit Tark 2015-01-30 23:29:32 +02:00
parent ba9a6bd7c4
commit e57e4d8fc6

View file

@ -576,6 +576,9 @@ ActiveRecord::Schema.define(version: 20150130191056) do
t.datetime "updated_at"
t.string "creator_str"
t.string "updator_str"
t.string "phone"
t.string "email"
t.string "billing_email"
end
create_table "reserved_domains", force: :cascade do |t|