mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
6 lines
164 B
SQL
6 lines
164 B
SQL
-- Drop column sharing_level from workspace_apps
|
|
ALTER TABLE workspace_apps DROP COLUMN sharing_level;
|
|
|
|
-- Drop type app_sharing_level
|
|
DROP TYPE app_sharing_level;
|