Falko Timme
2013-10-30 213e0bc6bc26a40cd8a29daf997a9c46b1f10ce1
- Company ID can now have a length of up to 255 characters (instead of just 30).
1 files added
2 files modified
5 ■■■■■ changed files
install/sql/incremental/upd_0059.sql 1 ●●●● patch | view | raw | blame | history
install/sql/ispconfig3.sql 2 ●●● patch | view | raw | blame | history
interface/web/client/form/client.tform.php 2 ●●● patch | view | raw | blame | history
install/sql/incremental/upd_0059.sql
New file
@@ -0,0 +1 @@
ALTER TABLE `client` CHANGE `company_id` `company_id` VARCHAR( 255 ) NULL DEFAULT NULL ;
install/sql/ispconfig3.sql
@@ -144,7 +144,7 @@
  `sys_perm_group` varchar(5) DEFAULT NULL,
  `sys_perm_other` varchar(5) DEFAULT NULL,
  `company_name` varchar(64) DEFAULT NULL,
  `company_id` varchar(30) DEFAULT NULL,
  `company_id` varchar(255) DEFAULT NULL,
  `gender` enum('','m','f') NOT NULL DEFAULT '',
  `contact_name` varchar(64) DEFAULT NULL,
  `customer_no` varchar(64) DEFAULT NULL,
interface/web/client/form/client.tform.php
@@ -356,7 +356,7 @@
            'value'        => '',
            'separator'    => '',
            'width'        => '30',
            'maxlength'    => '20',
            'maxlength'    => '255',
            'rows'        => '',
            'cols'        => ''
        ),