]> git.sur5r.net Git - bacula/bacula/commitdiff
bweb: fix update script for mysql
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 30 Nov 2009 14:38:53 +0000 (15:38 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 30 Nov 2009 14:38:53 +0000 (15:38 +0100)
gui/bweb/script/bweb-mysql.sql

index d9cd7851164a6a1072b501e176fe82df43282ceb..6017dc8511410c906bcfd876a7da789610f296e4 100644 (file)
@@ -41,8 +41,8 @@ UPDATE Status SET severity = 15;
 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)