mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
4 lines
61 B
PL/PgSQL
4 lines
61 B
PL/PgSQL
BEGIN;
|
|
ALTER TABLE templates DROP COLUMN locked_ttl;
|
|
COMMIT;
|