Skip to content

Commit 884ae64

Browse files
committed
corrected typo
1 parent 24f5e5c commit 884ae64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/00-SetupRLS.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ go
7272

7373
insert into rls.SensitiveDataPermissions values
7474
(6134311589, 1, 1), -- Jane Dean
75-
(1225328053, 2, 1) -- Joen Doe
75+
(1225328053, 2, 1) -- John Doe
7676
go
7777

7878
create function rls.fn_securitypredicate(@SensitiveDataId int)

0 commit comments

Comments
 (0)