Skip to content

Commit b97379c

Browse files
committed
Missed to update the dbversion number for the last patch.
1 parent 97fd829 commit b97379c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/sql/ispconfig3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ CREATE TABLE `server` (
684684
`config` text NOT NULL,
685685
`updated` bigint(20) unsigned NOT NULL default '0',
686686
`mirror_server_id` int(11) unsigned NOT NULL default '0',
687-
`dbversion` int(11) unsigned NOT NULL default '0',
687+
`dbversion` int(11) unsigned NOT NULL default '1',
688688
`active` tinyint(1) NOT NULL default '1',
689689
PRIMARY KEY (`server_id`)
690690
) ENGINE=MyISAM AUTO_INCREMENT=1;

0 commit comments

Comments
 (0)