Skip to content

Commit 0b76f49

Browse files
committed
add dbauthz tests
1 parent 62e9543 commit 0b76f49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ INSERT INTO
99
'5755e622-fadd-44ca-98da-5df070491844', -- uuid
1010
true,
1111
90,
12-
'2024-01-01 00:00:00',
12+
'2024-01-01 00:00:00'
1313
);
1414

1515
INSERT INTO
@@ -25,6 +25,6 @@ INSERT INTO
2525
'/',
2626
true,
2727
90,
28-
'2024-01-01 00:00:00',
28+
'2024-01-01 00:00:00'
2929
);
3030

0 commit comments

Comments
 (0)