We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9212242 commit 0e33ddfCopy full SHA for 0e33ddf
install/sql/ispconfig3.sql
@@ -59,6 +59,11 @@ SET FOREIGN_KEY_CHECKS = 0;
59
60
CREATE TABLE IF NOT EXISTS `aps_instances` (
61
`id` int(4) NOT NULL AUTO_INCREMENT,
62
+ `sys_userid` int(11) unsigned NOT NULL DEFAULT '0',
63
+ `sys_groupid` int(11) unsigned NOT NULL DEFAULT '0',
64
+ `sys_perm_user` varchar(5) DEFAULT NULL,
65
+ `sys_perm_group` varchar(5) DEFAULT NULL,
66
+ `sys_perm_other` varchar(5) DEFAULT NULL,
67
`server_id` int(11) NOT NULL DEFAULT '0',
68
`customer_id` int(4) NOT NULL,
69
`package_id` int(4) NOT NULL,
0 commit comments