Skip to content
Snippets Groups Projects
Commit 36b47088 authored by Jessica Severin's avatar Jessica Severin
Browse files

patch for analysis_job_file table: added columns hive_id, retry; changed index

parent 6cd6c078
No related branches found
No related tags found
No related merge requests found
ALTER TABLE analysis_job_file ADD COLUMN retry int(10) default 0 NOT NULL after analysis_job_id, ADD COLUMN hive_id int(10) default 0 NOT NULL after analysis_job_id, drop index analysis_job_id;
CREATE UNIQUE INDEX job_hive_type on analysis_job_file (analysis_job_id, hive_id, type);
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment