mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Propagate child sync errors up to parent, fix sync status (#2232)
* Propagate child sync errors up to parent, fix sync status * Remove testing error
This commit is contained in:
parent
03e3899541
commit
ab2cec55e7
9 changed files with 29 additions and 22 deletions
7
db/migrate/20250509182903_dynamic_last_synced.rb
Normal file
7
db/migrate/20250509182903_dynamic_last_synced.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
class DynamicLastSynced < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
remove_column :plaid_items, :last_synced_at, :datetime
|
||||
remove_column :accounts, :last_synced_at, :datetime
|
||||
remove_column :families, :last_synced_at, :datetime
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue