chore: Add ee helper, custom_attributes to account (#5058)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddCustomAttributesToAccount < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :accounts, :custom_attributes, :jsonb, default: {}
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user