hyperswitch
hyperswitch copied to clipboard
feat(themes): Setup DB for themes
There should a separate table for themes for storing the theme_id
s for a particular lineage. This should be the schema:
org_id | merchant_id | profile_id | theme_id |
---|---|---|---|
o1 | m1 | p1 | t1 |
o1 | m1 | p2 | t2 |
This will be used for changing theme automatically when user switches any entities.