Skip to content

Commit 08020ea

Browse files
committed
fix rbac roles
1 parent f7af8d3 commit 08020ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/migrations/testdata/fixtures/000296_notifications_inbox.up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ INSERT INTO
1515
'68b396aa-7f53-4bf1-b8d8-4cbf5fa244e5', -- uuid
1616
'45e89705-e09d-4850-bcec-f9a937f5d78d', -- uuid
1717
'193590e9-918f-4ef9-be47-04625f49c4c3', -- uuid
18-
ARRAY['45e89705-e09d-4850-bcec-f9a937f5d78d'], -- uuid[]
18+
ARRAY[], -- uuid[]
1919
'Test Notification',
2020
'This is a test notification',
2121
'https://test.coder.com/favicon.ico',

0 commit comments

Comments
 (0)