Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 2016)
+++ branches/2.8.x/CHANGELOG	(revision 2017)
@@ -11,6 +11,8 @@
 ! = Update/Change
 ===============================================================================
 
+05 Nov-2013 Build 2017 Manuela v.d.Decken(DarkViper)
+! comment added in table `field users`.`group_id`
 05 Nov-2013 Build 2016 Manuela v.d.Decken(DarkViper)
 # install/save.php output for setup.ini.php corrected
 04 Nov-2013 Build 2015 Manuela v.d.Decken(DarkViper)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 2016)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 2017)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.3');
-if(!defined('REVISION')) define('REVISION', '2016');
+if(!defined('REVISION')) define('REVISION', '2017');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/install/sql/websitebaker.sql
===================================================================
--- branches/2.8.x/wb/install/sql/websitebaker.sql	(revision 2016)
+++ branches/2.8.x/wb/install/sql/websitebaker.sql	(revision 2017)
@@ -94,7 +94,7 @@
 DROP TABLE IF EXISTS `{TABLE_PREFIX}users`;
 CREATE TABLE IF NOT EXISTS `{TABLE_PREFIX}users` (
   `user_id` int(11) NOT NULL AUTO_INCREMENT,
-  `group_id` int(11) NOT NULL DEFAULT '0',
+  `group_id` int(11) NOT NULL DEFAULT '0' COMMENT 'this field is set deprecated and never used in WB',
   `groups_id` varchar(255){TABLE_COLLATION} NOT NULL DEFAULT '0',
   `active` int(11) NOT NULL DEFAULT '0',
   `username` varchar(255){TABLE_COLLATION} NOT NULL DEFAULT '',
