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 97fd829 commit b97379cCopy full SHA for b97379c
install/sql/ispconfig3.sql
@@ -684,7 +684,7 @@ CREATE TABLE `server` (
684
`config` text NOT NULL,
685
`updated` bigint(20) unsigned NOT NULL default '0',
686
`mirror_server_id` int(11) unsigned NOT NULL default '0',
687
- `dbversion` int(11) unsigned NOT NULL default '0',
+ `dbversion` int(11) unsigned NOT NULL default '1',
688
`active` tinyint(1) NOT NULL default '1',
689
PRIMARY KEY (`server_id`)
690
) ENGINE=MyISAM AUTO_INCREMENT=1;
0 commit comments