mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-07 06:25:19 +02:00
Partial sync interface
This commit is contained in:
parent
6e202bd7ec
commit
7a8ac82823
13 changed files with 34 additions and 94 deletions
7
db/migrate/20250526093332_add_synced_through.rb
Normal file
7
db/migrate/20250526093332_add_synced_through.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
class AddSyncedThrough < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :families, :data_synced_through, :date
|
||||
add_column :plaid_items, :data_synced_through, :date
|
||||
add_column :accounts, :data_synced_through, :date
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue