mirror of
https://github.com/coder/coder.git
synced 2026-06-05 05:58:20 +00:00
4 lines
61 B
PL/PgSQL
4 lines
61 B
PL/PgSQL
BEGIN;
|
|
ALTER TABLE templates DROP COLUMN locked_ttl;
|
|
COMMIT;
|