Merge branch 'master' of github.com:domify/registry

This commit is contained in:
Priit Tark 2015-05-20 21:00:03 +03:00
commit 17bf5c373e
9 changed files with 30 additions and 11 deletions

View file

@ -317,6 +317,7 @@ ActiveRecord::Schema.define(version: 20150520163237) do
t.text "data"
t.datetime "created_at"
t.datetime "updated_at"
t.integer "registrar_id"
end
add_index "epp_sessions", ["session_id"], name: "index_epp_sessions_on_session_id", unique: true, using: :btree