Skip to content

Commit f555d52

Browse files
Update CreateCheckpointTable.sql
1 parent ac54258 commit f555d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BbQ.Events.SqlServer/Schema/CreateCheckpointTable.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
CREATE TABLE BbQ_ProjectionCheckpoints (
66
ProjectionName NVARCHAR(200) NOT NULL,
7-
PartitionKey NVARCHAR(200) NULL,
7+
PartitionKey NVARCHAR(200) NOT NULL,
88
Position BIGINT NOT NULL,
99
LastUpdatedUtc DATETIME2 NOT NULL DEFAULT SYSUTCDATETIME(),
1010
PRIMARY KEY (ProjectionName, PartitionKey)

0 commit comments

Comments
 (0)