Skip to content

Commit

Permalink
Schema Added in Primary Key Name
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Jun 23, 2022
1 parent d1039e3 commit 0d39212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NeuroSpeech.Eternity.SqlStorage/ModelGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ internal class ModelCreator
QueueTTL DATETIME2 NULL,
LockToken nvarchar(400) NULL,
LockTTL DATETIME2 NULL,
CONSTRAINT [PK_History] PRIMARY KEY CLUSTERED (
CONSTRAINT [{schemaName}_PK_{tableName}] PRIMARY KEY CLUSTERED (
[nID] ASC
));
Expand Down

0 comments on commit 0d39212

Please sign in to comment.