Skip to content

Commit d101db8

Browse files
committed
fix test data
1 parent 99eeaf4 commit d101db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
INSERT INTO workspace_agent_port_share
22
(workspace_id, agent_name, port, share_level)
33
VALUES
4-
('b90547be-8870-4d68-8184-e8b2242b7c01', 'qua', 8080, "public") RETURNING *;
4+
('b90547be-8870-4d68-8184-e8b2242b7c01', 'qua', 8080, 'public'::app_sharing_level) RETURNING *;

0 commit comments

Comments
 (0)