mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
658246d5f2
Co-authored-by: Dean Sheather <dean@deansheather.com>
7 lines
81 B
PL/PgSQL
7 lines
81 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE workspace_proxies
|
|
DROP COLUMN token_hashed_secret;
|
|
|
|
COMMIT;
|