Skip to content
Snippets Groups Projects
Commit e37a3aa8 authored by tbrehm's avatar tbrehm
Browse files

No commit message

No commit message
parent 9adcf583
No related branches found
No related tags found
No related merge requests found
......@@ -609,6 +609,7 @@ CREATE TABLE `server` (
`vserver_server` tinyint(1) NOT NULL default '0',
`config` text NOT NULL,
`updated` bigint(20) unsigned NOT NULL default '0',
`mirror_server_id` int(11) unsigned NOT NULL default '0',
`active` tinyint(1) NOT NULL default '1',
PRIMARY KEY (`server_id`)
) ENGINE=MyISAM AUTO_INCREMENT=1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment