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 9adcf58 commit e37a3aaCopy full SHA for e37a3aa
install/sql/ispconfig3.sql
@@ -609,6 +609,7 @@ CREATE TABLE `server` (
609
`vserver_server` tinyint(1) NOT NULL default '0',
610
`config` text NOT NULL,
611
`updated` bigint(20) unsigned NOT NULL default '0',
612
+ `mirror_server_id` int(11) unsigned NOT NULL default '0',
613
`active` tinyint(1) NOT NULL default '1',
614
PRIMARY KEY (`server_id`)
615
) ENGINE=MyISAM AUTO_INCREMENT=1;
0 commit comments