Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e035bf9

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

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

+1-1
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[], -- uuid[]
18+
ARRAY[]::UUID[], -- uuid[]
1919
'Test Notification',
2020
'This is a test notification',
2121
'https://test.coder.com/favicon.ico',

0 commit comments

Comments
 (0)