mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
Sync hierarchy updates (#2087)
* Add parent sync orchestration * Pass sync object to dependents
This commit is contained in:
parent
9fa3698823
commit
8648f11413
11 changed files with 111 additions and 30 deletions
5
db/migrate/20250411140604_add_parent_syncs.rb
Normal file
5
db/migrate/20250411140604_add_parent_syncs.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddParentSyncs < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_reference :syncs, :parent, foreign_key: { to_table: :syncs }, type: :uuid
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue