tbrehm
2012-09-07 0e33ddfad92df4b35d376d01da7d1d6ffd04f108
Fixed mysql table layout for aps_instances table.
1 files modified
5 ■■■■■ changed files
install/sql/ispconfig3.sql 5 ●●●●● patch | view | raw | blame | history
install/sql/ispconfig3.sql
@@ -59,6 +59,11 @@
CREATE TABLE IF NOT EXISTS `aps_instances` (
  `id` int(4) NOT NULL AUTO_INCREMENT,
  `sys_userid` int(11) unsigned NOT NULL DEFAULT '0',
  `sys_groupid` int(11) unsigned NOT NULL DEFAULT '0',
  `sys_perm_user` varchar(5) DEFAULT NULL,
  `sys_perm_group` varchar(5) DEFAULT NULL,
  `sys_perm_other` varchar(5) DEFAULT NULL,
  `server_id` int(11) NOT NULL DEFAULT '0',
  `customer_id` int(4) NOT NULL,
  `package_id` int(4) NOT NULL,