mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: add locked TTL field to template meta (#8020)
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
BEGIN;
|
||||
ALTER TABLE templates DROP COLUMN locked_ttl;
|
||||
COMMIT;
|
@ -0,0 +1,3 @@
|
||||
BEGIN;
|
||||
ALTER TABLE templates ADD COLUMN locked_ttl BIGINT NOT NULL DEFAULT 0;
|
||||
COMMIT;
|
Reference in New Issue
Block a user