NetCoreMicroservicesSample
NetCoreMicroservicesSample copied to clipboard
[QUESTION ] EFCore for eventstore and outbox
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 They sould be migrated on startup shown here: https://github.com/madslundt/NetCoreMicroservicesSample/blob/1a8e7618343da0a3381abfc6319ccd9ff8adfef2/Src/UsersService/Startup.cs#L83