mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
fix(coderd/database): remove column updated_at from provisioner_daemons table (#11108)
This commit is contained in:
Generated
-1
@@ -509,7 +509,6 @@ CREATE TABLE parameter_values (
|
||||
CREATE TABLE provisioner_daemons (
|
||||
id uuid NOT NULL,
|
||||
created_at timestamp with time zone NOT NULL,
|
||||
updated_at timestamp with time zone,
|
||||
name character varying(64) NOT NULL,
|
||||
provisioners provisioner_type[] NOT NULL,
|
||||
replica_id uuid,
|
||||
|
||||
Reference in New Issue
Block a user