tbrehm
2010-08-31 b97379cee0909b4fe39305dbe6d713f5d876c119
Missed to update the dbversion number for the last patch.
1 files modified
2 ■■■ changed files
install/sql/ispconfig3.sql 2 ●●● patch | view | raw | blame | history
install/sql/ispconfig3.sql
@@ -684,7 +684,7 @@
  `config` text NOT NULL,
  `updated` bigint(20) unsigned NOT NULL default '0',
  `mirror_server_id` int(11) unsigned NOT NULL default '0',
  `dbversion` int(11) unsigned NOT NULL default '0',
  `dbversion` int(11) unsigned NOT NULL default '1',
  `active` tinyint(1) NOT NULL default '1',
  PRIMARY KEY  (`server_id`)
) ENGINE=MyISAM AUTO_INCREMENT=1;