mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
added new field to nameserver and job
This commit is contained in:
parent
b2519b86a4
commit
8a6ea167c2
4 changed files with 32 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddValidationDatetimeToDnskey < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :dnskeys, :validation_datetime, :datetime
|
||||
end
|
||||
end
|
|
@ -5398,3 +5398,4 @@ INSERT INTO "schema_migrations" (version) VALUES
|
|||
('20220106123143');
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue