]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Fix case problem
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 30 Oct 2008 20:45:27 +0000 (20:45 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 30 Oct 2008 20:45:27 +0000 (20:45 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7953 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/script/bweb-mysql.sql

index 9494e104d999cd5faac75e68e7d32d7870a7bfdc..d9cd7851164a6a1072b501e176fe82df43282ceb 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)