mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Make transaction enrichment opt-in for all users (#1552)
This commit is contained in:
parent
ba878c3d8b
commit
68617514b0
12 changed files with 46 additions and 35 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue