git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7953
91ce42f0-d328-0410-95d8-
f526ca767f89
UPDATE Status SET severity = 100 where JobStatus = 'f';
UPDATE Status SET severity = 90 where JobStatus = 'A';
UPDATE Status SET severity = 10 where JobStatus = 'T';
-UPDATE status SET severity = 20 where jobstatus = 'e';
-UPDATE status SET severity = 25 where jobstatus = 'E';
+UPDATE Status SET severity = 20 where jobStatus = 'e';
+UPDATE Status SET severity = 25 where jobStatus = 'E';
-- New tables for bresto (same as brestore)