pjvds / ncqrs

Ncqrs Framework - The CQRS Framework for .NET
Other
539 stars 164 forks source link

Changes to Table Creation Scripts for SQL Server #96

Closed theBoringCoder closed 11 years ago

theBoringCoder commented 11 years ago
  1. Added unique indexes, constraints, and foreign key relationships to Ncqrs.Eventing.Storage.SQL.TableCreationScript.sql
  2. Made the MyNotesEventStore.sql script (somewhat) match Ncqrs.Eventing.Storage.SQL.TableCreationScript.sql
  3. Removed [dbo] schema references from MyNotesReadModel.sql so that the tables will be created in the default schema of the user running the script.
theBoringCoder commented 11 years ago

Found a problem. Closing this. Will resubmit later.