mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 04:37:30 +02:00
Add legaldoc_optout field to registrar
This commit is contained in:
parent
703885d8da
commit
3f9727dc55
2 changed files with 1364 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
||||||
|
class AddLegalDocOptoutToRegistrar < ActiveRecord::Migration[6.0]
|
||||||
|
def change
|
||||||
|
add_column :registrars, :legaldoc_optout, :boolean, null: false, default: false
|
||||||
|
end
|
||||||
|
end
|
1360
db/structure.sql
1360
db/structure.sql
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue