mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +00:00
feat: add port-sharing backend (#11939)
This commit is contained in:
4
coderd/database/migrations/testdata/fixtures/000191_ workspace_agent_port_share.up.sql
vendored
Normal file
4
coderd/database/migrations/testdata/fixtures/000191_ workspace_agent_port_share.up.sql
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
INSERT INTO workspace_agent_port_share
|
||||
(workspace_id, agent_name, port, share_level)
|
||||
VALUES
|
||||
('b90547be-8870-4d68-8184-e8b2242b7c01', 'qua', 8080, 'public'::app_sharing_level) RETURNING *;
|
Reference in New Issue
Block a user