mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(coderd/database): remove column updated_at from provisioner_daemons table (#11108)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE provisioner_daemons
|
||||
ADD COLUMN updated_at timestamp with time zone;
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE provisioner_daemons DROP COLUMN updated_at;
|
||||
Reference in New Issue
Block a user