mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
7 lines
81 B
PL/PgSQL
7 lines
81 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE workspace_proxies
|
|
DROP COLUMN token_hashed_secret;
|
|
|
|
COMMIT;
|