mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Make transaction enrichment opt-in for all users (#1552)
This commit is contained in:
5
db/migrate/20241217141716_add_enrichment_setting.rb
Normal file
5
db/migrate/20241217141716_add_enrichment_setting.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddEnrichmentSetting < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :families, :data_enrichment_enabled, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user