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

patch to add columns to analysis_stats and analysis_job

parent 7675c31c
No related branches found
No related tags found
No related merge requests found
ALTER TABLE analysis_job ADD COLUMN runtime_msec int(10) default 0 NOT NULL, ADD COLUMN query_count int(10) default 0 NOT NULL;
ALTER TABLE analysis_stats ADD COLUMN sync_lock int(10) default 0 NOT NULL;
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