Domain renew refactor, extract XSD, new API for request validation

This commit is contained in:
Martin Lensment 2014-08-11 11:19:49 +03:00
parent 01cfddee95
commit 8baa2e12c9
7 changed files with 70 additions and 33 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: 20140804095654) do
ActiveRecord::Schema.define(version: 20140808132327) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -75,6 +75,7 @@ ActiveRecord::Schema.define(version: 20140804095654) do
t.string "name_dirty"
t.string "name_puny"
t.integer "period"
t.string "period_unit", limit: 1
end
create_table "domains_nameservers", force: true do |t|