Skip to content
Snippets Groups Projects
Commit 7b84ec87 authored by Leo Gordon's avatar Leo Gordon
Browse files

patch to add can_be_empty field to analysis_stats and analysis_stats_monitor

parent a20931ae
No related branches found
No related tags found
No related merge requests found
# Add can_be_empty column to analysis_stats and analysis_stats_monitor tables:
ALTER TABLE analysis_stats ADD COLUMN can_be_empty TINYINT UNSIGNED DEFAULT 0 NOT NULL;
ALTER TABLE analysis_stats_monitor ADD COLUMN can_be_empty TINYINT UNSIGNED 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