Skip to content

Commit 0e33ddf

Browse files
committed
Fixed mysql table layout for aps_instances table.
1 parent 9212242 commit 0e33ddf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install/sql/ispconfig3.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ SET FOREIGN_KEY_CHECKS = 0;
5959

6060
CREATE TABLE IF NOT EXISTS `aps_instances` (
6161
`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,
6267
`server_id` int(11) NOT NULL DEFAULT '0',
6368
`customer_id` int(4) NOT NULL,
6469
`package_id` int(4) NOT NULL,

0 commit comments

Comments
 (0)