We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08020ea commit e035bf9Copy full SHA for e035bf9
coderd/database/migrations/testdata/fixtures/000296_notifications_inbox.up.sql
@@ -15,7 +15,7 @@ INSERT INTO
15
'68b396aa-7f53-4bf1-b8d8-4cbf5fa244e5', -- uuid
16
'45e89705-e09d-4850-bcec-f9a937f5d78d', -- uuid
17
'193590e9-918f-4ef9-be47-04625f49c4c3', -- uuid
18
- ARRAY[], -- uuid[]
+ ARRAY[]::UUID[], -- uuid[]
19
'Test Notification',
20
'This is a test notification',
21
'https://test.coder.com/favicon.ico',
0 commit comments