Skip to content

Commit 013bb45

Browse files
committed
add fixcture
1 parent 0024156 commit 013bb45

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
INSERT INTO
2+
workspace_agent_devcontainers (
3+
agent_id,
4+
created_at,
5+
id,
6+
workspace_folder,
7+
config_path
8+
)
9+
VALUES (
10+
'45e89705-e09d-4850-bcec-f9a937f5d78d',
11+
'2021-09-01 00:00:00',
12+
'489c0a1d-387d-41f0-be55-63aa7c5d7b14',
13+
'/workspace',
14+
'/workspace/.devcontainer/devcontainer.json'
15+
)

0 commit comments

Comments
 (0)