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