mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
3 lines
80 B
SQL
3 lines
80 B
SQL
ALTER TABLE provisioner_daemons
|
|
ADD COLUMN updated_at timestamp with time zone;
|