Skip to content

Commit

Permalink
fixed foreign key issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucie Milan committed Apr 29, 2024
1 parent e6c420a commit 288128c
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions _data/taps/schemas/chargebee/v1/chargebee-v1-foreign-keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,12 @@ keys:
- table: addons
keys:
- id
- table: coupons
keys:
- addon_ids
- table: events
keys:
- content.subscription.addons.id
- content.subscription.charged_event_based_addons.id
- content.subscription.event_based_addons.id
- table: invoices
keys:
- notes.entity_id
- table: plans
keys:
- applicable_addons.id
- table: subscriptions
keys:
- addons.id
- charged_event_based_addons.id
- event_based_addons.id
cards_:
- table: cards
keys:
Expand Down Expand Up @@ -116,9 +103,6 @@ keys:
- table: orders
keys:
- gift_id
- table: subscriptions
keys:
- gift_id
invoices_invoice_id:
- table: credit_notes
keys:
Expand Down Expand Up @@ -184,22 +168,12 @@ keys:
- line_item_discounts.line_item_id
- line_item_taxes.line_item_id
plans_plan_id:
- table: coupons
keys:
- plan_ids
- table: events
keys:
- content.coupon.plan_ids
- content.subscription.plan_id
- table: plans
keys:
- id
- table: invoices
keys:
- notes.entity_id
- table: subscriptions
keys:
- plan_id
payment_sources_payment_source_id:
- table: customers
keys:
Expand Down

0 comments on commit 288128c

Please sign in to comment.