Add legaldoc_optout field to registrar

This commit is contained in:
Alex Sherman 2020-06-30 13:45:19 +05:00
parent 703885d8da
commit 3f9727dc55
2 changed files with 1364 additions and 1 deletions

View file

@ -0,0 +1,5 @@
class AddLegalDocOptoutToRegistrar < ActiveRecord::Migration[6.0]
def change
add_column :registrars, :legaldoc_optout, :boolean, null: false, default: false
end
end

File diff suppressed because it is too large Load diff