adrien2p / medusa-extender

:syringe: Medusa on steroid, take your medusa project to the next level with some badass features :rocket:
https://adrien2p.github.io/medusa-extender/
MIT License
320 stars 40 forks source link

Overwriting existing column of entity #176

Closed max-prokopenko closed 1 year ago

max-prokopenko commented 1 year ago

Hi!

I'm wondering if it is possible to overwrite existing fields of medusa entity? I'm trying to make email field of the Customer entity not unique.

Thanks!

adrien2p commented 1 year ago

For that, you just need to create a migration to remove the constraints on the customer email.