Skip to content

Commit

Permalink
feat: final sync for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
R-K-H committed Dec 15, 2024
1 parent 20d95e6 commit d5b69dd
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,20 @@ array_relationships:
remote_table:
name: prices_5m
schema: public
- name: proposals
using:
foreign_key_constraint_on:
column: fail_market_acct
table:
name: proposals
schema: public
- name: proposalsByPassMarketAcct
using:
foreign_key_constraint_on:
column: pass_market_acct
table:
name: proposals
schema: public
- name: takes
using:
foreign_key_constraint_on:
Expand Down

0 comments on commit d5b69dd

Please sign in to comment.