Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0037a64

Browse files
committed
Add test fixtures
1 parent415d8b1 commit0037a64

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
INSERT INTO workspace_agent_stats (
2+
id,
3+
created_at,
4+
user_id,
5+
agent_id,
6+
workspace_id,
7+
template_id,
8+
connection_median_latency_ms
9+
)VALUES (
10+
gen_random_uuid(),
11+
NOW(),
12+
gen_random_uuid(),
13+
gen_random_uuid(),
14+
gen_random_uuid(),
15+
gen_random_uuid(),
16+
1::bigint
17+
);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
INSERT INTO workspace_agent_stats (
2+
id,
3+
created_at,
4+
user_id,
5+
agent_id,
6+
workspace_id,
7+
template_id,
8+
connection_median_latency_ms
9+
)VALUES (
10+
gen_random_uuid(),
11+
NOW(),
12+
gen_random_uuid(),
13+
gen_random_uuid(),
14+
gen_random_uuid(),
15+
gen_random_uuid(),
16+
0.5::float
17+
);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp