updated schemas

This commit is contained in:
olegphenomenon 2021-09-08 13:52:28 +03:00
parent 9bffb09e34
commit 49fc79244f
7 changed files with 56 additions and 11 deletions

View file

@ -225,7 +225,7 @@ class Domain < ApplicationRecord
end
def dnskey_update_enabled?
statuses.include? DomainStatus::SERVER_DNSKEY_UPDATE_ENABLED
statuses.include? DomainStatus::SERVER_OBJ_UPDATE_PROHIBITED
end
def admin_change_prohibited?