mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 19:48:28 +02:00
Attach nameservers to domain
This commit is contained in:
parent
f6ce3b4c4e
commit
d01944fe21
5 changed files with 22 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20140731081816) do
|
||||
ActiveRecord::Schema.define(version: 20140801140249) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
@ -102,7 +102,7 @@ ActiveRecord::Schema.define(version: 20140731081816) do
|
|||
end
|
||||
|
||||
create_table "nameservers", force: true do |t|
|
||||
t.string "name"
|
||||
t.string "hostname"
|
||||
t.string "ip"
|
||||
t.integer "ns_set_id"
|
||||
t.datetime "created_at"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue