mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
4244b20823
Needed for marking interceptions as done (https://github.com/coder/internal/issues/1051).
2 lines
94 B
SQL
2 lines
94 B
SQL
ALTER TABLE aibridge_interceptions ADD COLUMN ended_at TIMESTAMP WITH TIME ZONE DEFAULT NULL;
|