Skip to content

Commit

Permalink
Merge pull request #127 from IrvinDominin/dev
Browse files Browse the repository at this point in the history
Fixed tab instead of space
  • Loading branch information
Danthar authored Nov 19, 2019
2 parents 3774428 + e288bbe commit 832d35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ CREATE TABLE {your_journal_table_name} (
Payload VARBINARY(MAX) NOT NULL,
Tags NVARCHAR(100) NULL,
SerializerId INTEGER NULL
CONSTRAINT PK_{your_journal_table_name} PRIMARY KEY (Ordering),
CONSTRAINT PK_{your_journal_table_name} PRIMARY KEY (Ordering),
CONSTRAINT QU_{your_journal_table_name} UNIQUE (PersistenceID, SequenceNr)
);

Expand Down

0 comments on commit 832d35d

Please sign in to comment.