Skip to content

Commit 413df76

Browse files
committed
Added missing server_id column in web_database_user table.
1 parent 0e33ddf commit 413df76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/sql/ispconfig3.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1667,6 +1667,7 @@ CREATE TABLE IF NOT EXISTS `web_database_user` (
16671667
`sys_perm_user` varchar(5) DEFAULT NULL,
16681668
`sys_perm_group` varchar(5) DEFAULT NULL,
16691669
`sys_perm_other` varchar(5) DEFAULT NULL,
1670+
`server_id` int(11) UNSIGNED NOT NULL DEFAULT '0',
16701671
`database_user` varchar(64) DEFAULT NULL,
16711672
`database_password` varchar(64) DEFAULT NULL,
16721673
PRIMARY KEY (`database_user_id`)

0 commit comments

Comments
 (0)