mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Auto sync preference, max limit on account CSV imports (#2259)
* Auto sync preference, max limit on account CSV imports * MaxRowCountExceededError
This commit is contained in:
parent
f82f77466a
commit
e26e5c5aec
7 changed files with 35 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddAutoSyncPreferenceToFamily < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :families, :auto_sync_on_login, :boolean, default: true, null: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue