mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
added new fields into nameserver model
This commit is contained in:
parent
287c4ea5d6
commit
d896e5f716
2 changed files with 16 additions and 3 deletions
|
@ -0,0 +1,7 @@
|
|||
class AddValidationFieldsToNameserver < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :nameservers, :validation_datetime, :datetime
|
||||
add_column :nameservers, :validation_counter, :integer
|
||||
add_column :nameservers, :failed_validation_reason, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue