Files
query-orchestration/internal/database/migrations/00000000000107_add_documentuploads_batch_id.up.sql
T

2 lines
125 B
SQL
Raw Normal View History

ALTER TABLE documentUploads ADD COLUMN batch_id uuid;
CREATE INDEX idx_documentuploads_batch_id ON documentUploads(batch_id);