We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve StoreOptions use to simplify change schemas, table etc without ceremony.
Started with #135
The text was updated successfully, but these errors were encountered:
Moved to Esquio 4 because we are working on multiple stores and we address this issue at same time!
Sorry, something went wrong.
What else is needed for this? Should we make a way to setup the options via Configuration?
Well, the problem on this is about EF migrations, if you change the StoreOptions need also create a new migration to represent these changes!
I'm not sure at this moment how to simplify the customization of the schema without adding more code (migrations ) to do that!
unaizorrilla
No branches or pull requests
Improve StoreOptions use to simplify change schemas, table etc without ceremony.
Started with #135
The text was updated successfully, but these errors were encountered: