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 1a313c9 commit 62e9543Copy full SHA for 62e9543
coderd/database/migrations/testdata/fixtures/000288_agent_resource_monitors.up.sql
@@ -0,0 +1,30 @@
1
+INSERT INTO
2
+ workspace_agent_memory_resource_monitors (
3
+ agent_id,
4
+ enabled,
5
+ threshold,
6
+ created_at
7
+ )
8
+ VALUES (
9
+ '5755e622-fadd-44ca-98da-5df070491844', -- uuid
10
+ true,
11
+ 90,
12
+ '2024-01-01 00:00:00',
13
+ );
14
+
15
16
+ workspace_agent_volume_resource_monitors (
17
18
+ path,
19
20
21
22
23
24
25
+ '/',
26
27
28
29
30
0 commit comments