Add domain deleting support

This commit is contained in:
Martin Lensment 2014-09-01 11:48:24 +03:00
parent a9df2c82b1
commit 08a4650f4a
5 changed files with 40 additions and 11 deletions

View file

@ -119,11 +119,6 @@ ActiveRecord::Schema.define(version: 20140828133057) do
t.string "period_unit", limit: 1
end
create_table "domains_nameservers", force: true do |t|
t.integer "domain_id"
t.integer "nameserver_id"
end
create_table "epp_sessions", force: true do |t|
t.string "session_id"
t.text "data"