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