mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
fix(coderd/database): remove column updated_at from provisioner_daemons table (#11108)
This commit is contained in:
1
coderd/database/dump.sql
generated
1
coderd/database/dump.sql
generated
@ -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