fix(coderd/database): remove column updated_at from provisioner_daemons table (#11108)

This commit is contained in:
Cian Johnston
2023-12-12 11:19:28 +00:00
committed by GitHub
parent 197cd935cf
commit b02796655e
17 changed files with 21 additions and 39 deletions
@@ -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;