Files
coder/coderd/database/migrations/000128_template_locked_ttl.down.sql

4 lines
61 B
PL/PgSQL

BEGIN;
ALTER TABLE templates DROP COLUMN locked_ttl;
COMMIT;