kgrzybek / modular-monolith-with-ddd

Full Modular Monolith application with Domain-Driven Design approach.
MIT License
10.82k stars 1.7k forks source link

Add missing tables for registrations #315

Closed jflaga closed 4 months ago

jflaga commented 4 months ago

I'm getting these errors when running the project:

Invalid object name 'registrations.OutboxMessages'.

Invalid object name 'registrations.InternalCommands'.

Invalid object name 'registrations.InboxMessages'.

I fixed them by executing the SQL scripts contained in this PR. These scripts were copied from similar scripts in the project, and modified for registrations.