mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 10:45:58 +02:00
Migration fix
This commit is contained in:
parent
626905fb49
commit
8f794d05ce
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ class UpdateCerts < ActiveRecord::Migration
|
||||||
elsif x.crt.blank? && x.csr.present?
|
elsif x.crt.blank? && x.csr.present?
|
||||||
x.interface = Certificate::REGISTRAR
|
x.interface = Certificate::REGISTRAR
|
||||||
end
|
end
|
||||||
|
x.save
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue