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

4 lines
86 B
PL/PgSQL

BEGIN;
ALTER TABLE templates ADD COLUMN locked_ttl BIGINT NOT NULL DEFAULT 0;
COMMIT;