Skip to content

Commit e3d7d4f

Browse files
committed
add a workspace_modules fixture
1 parent 703ad9d commit e3d7d4f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
INSERT INTO
2+
public.workspace_modules (
3+
id,
4+
job_id,
5+
transition,
6+
source,
7+
version,
8+
key,
9+
created_at
10+
)
11+
VALUES
12+
(
13+
'5b1a722c-b8a0-40b0-a3a0-d8078fff9f6c',
14+
'424a58cb-61d6-4627-9907-613c396c4a38',
15+
'start',
16+
'test-source',
17+
'v1.0.0',
18+
'test-key',
19+
'2024-11-08 10:00:00+00'
20+
);

0 commit comments

Comments
 (0)