mirror of
https://github.com/coder/coder.git
synced 2026-09-23 14:03:57 +08:00
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;
|