Skip to content

Commit e37a3aa

Browse files
committed
1 parent 9adcf58 commit e37a3aa

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
@@ -609,6 +609,7 @@ CREATE TABLE `server` (
609609
`vserver_server` tinyint(1) NOT NULL default '0',
610610
`config` text NOT NULL,
611611
`updated` bigint(20) unsigned NOT NULL default '0',
612+
`mirror_server_id` int(11) unsigned NOT NULL default '0',
612613
`active` tinyint(1) NOT NULL default '1',
613614
PRIMARY KEY (`server_id`)
614615
) ENGINE=MyISAM AUTO_INCREMENT=1;

0 commit comments

Comments
 (0)