Skip to content

Commit 961ab25

Browse files
committed
use agent_id uuid
1 parent aacc294 commit 961ab25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coderd/database/migrations/testdata/fixtures/000289_agent_resource_monitors.up.sql

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ INSERT INTO
66
created_at
77
)
88
VALUES (
9-
'5755e622-fadd-44ca-98da-5df070491844', -- uuid
9+
'45e89705-e09d-4850-bcec-f9a937f5d78d', -- uuid
1010
true,
1111
90,
1212
'2024-01-01 00:00:00'
@@ -21,7 +21,7 @@ INSERT INTO
2121
created_at
2222
)
2323
VALUES (
24-
'5755e622-fadd-44ca-98da-5df070491844', -- uuid
24+
'45e89705-e09d-4850-bcec-f9a937f5d78d', -- uuid
2525
'/',
2626
true,
2727
90,

0 commit comments

Comments
 (0)