Add opt-out commentary field to registrar

This commit is contained in:
Alex Sherman 2020-06-30 19:16:33 +05:00
parent 39030fc0df
commit 3d734ff746
5 changed files with 25 additions and 1356 deletions

View file

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

File diff suppressed because it is too large Load diff