feat(ent): add tax_code_id foreign keys across billing, subscription and rate card schemas#3926
feat(ent): add tax_code_id foreign keys across billing, subscription and rate card schemas#3926borbelyr-kong wants to merge 1 commit intomainfrom
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| Ref("addon_ratecard"). | ||
| Field("feature_id"). | ||
| Unique(), | ||
| edge.From("tax_code", TaxCode.Type). |
There was a problem hiding this comment.
please get rid of the TaxConfig jsonb prop and normalize behavior to another property as well
*: get rid of is a two step process, don't actually get rid of that here just add the new field & prepare the migration that drops it (later)
… and rate card schemas
187554a to
5031e95
Compare
No description provided.