git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5044 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
+-- --------------------------------------------------
+-- Upgrade from 2.0
+-- --------------------------------------------------
+
 BEGIN;
 -- Manage Client groups in bweb
 -- Works with postgresql and mysql5 
 
 COMMIT;
 
+-- --------------------------------------------------
+-- End of upgrade from 2.0
+-- --------------------------------------------------
+
 --   -- creer un nouveau group
 --   
 --   INSERT INTO client_group (client_group_name) VALUES ('SIGMA');