Migration of SagaDbContext is not triggered #54
-
I have the issues in the image. I've already installed all packages and setup as instructions. But when project started up, it didn't create 2 tables SagaStates and OutboxMessages in my PostgresDb. However, when I run project example 10, it works well and I noticed that it also automatically created those 2 tables. Please help me how can I solve this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hi, by default OpenSleigh relies on EntityFramework to do the heavy lifting and provision the tables. This is done automatically here. I am not sure why this is not happening in your application and I can't really say anything without looking at the code. Can you either put the sources on GitHub or replicate the issue in a separate project? |
Beta Was this translation helpful? Give feedback.
hi, by default OpenSleigh relies on EntityFramework to do the heavy lifting and provision the tables. This is done automatically here.
I am not sure why this is not happening in your application and I can't really say anything without looking at the code. Can you either put the sources on GitHub or replicate the issue in a separate project?