Skip to content

Commit f1875e1

Browse files
committed
Modified the script
1 parent 12ebaaa commit f1875e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WebAPI/LearningHub.Nhs.Database/Tables/Hub/PasswordResetRequests.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CREATE TABLE [hub].[PasswordResetRequests](
1111
CONSTRAINT [PK_Hub_PasswordResetRequests] PRIMARY KEY CLUSTERED
1212
(
1313
[Id] ASC
14-
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, OPTIMIZE_FOR_SEQUENTIAL_KEY = OFF) ON [PRIMARY]
15-
) ON [PRIMARY]
14+
)
15+
)
1616
GO
1717

0 commit comments

Comments
 (0)