Initial import with GitLab CI/CD and registry deploy flow
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE ivr_sessions
|
||||
ADD COLUMN IF NOT EXISTS resolved_queue_code TEXT NULL;
|
||||
|
||||
CREATE INDEX IF NOT EXISTS ix_ivr_sessions_resolved_queue_code ON ivr_sessions (resolved_queue_code);
|
||||
Reference in New Issue
Block a user