mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 10:45:58 +02:00
Domain renew refactor, extract XSD, new API for request validation
This commit is contained in:
parent
01cfddee95
commit
8baa2e12c9
7 changed files with 70 additions and 33 deletions
|
@ -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|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue