hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

feat(themes): Setup DB for themes

Open ThisIsMani opened this issue 3 months ago • 0 comments

There should a separate table for themes for storing the theme_ids 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.

ThisIsMani avatar Nov 11 '24 11:11 ThisIsMani