Skip to content
New issue

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

[QUESTION ] EFCore for eventstore and outbox #12

Open
mkojoa opened this issue Dec 25, 2020 · 1 comment
Open

[QUESTION ] EFCore for eventstore and outbox #12

mkojoa opened this issue Dec 25, 2020 · 1 comment

Comments

@mkojoa
Copy link

mkojoa commented Dec 25, 2020

I am using the same database for event store and outbox but for some reason, tables don't get migrated. I also don't want to migrate them manually. Can anyone help me out?

@mkojoa mkojoa changed the title EFCore for eventstore and outbox [QUESTION ] EFCore for eventstore and outbox Dec 25, 2020
@jbonnett92
Copy link
Contributor

@mkojoa They sould be migrated on startup shown here:

context.Database.Migrate();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants