mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
parent
59db269240
commit
d695d95ad7
15 changed files with 184 additions and 30 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddContactsDisclosedAttributes < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :contacts, :disclosed_attributes, :string, array: true, default: [], null: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue