diff --git a/src/xgp3.0.0/upload/install/databaseinfos.php b/src/xgp3.0.0/upload/install/databaseinfos.php index cbfc2a886..0c734d6f0 100755 --- a/src/xgp3.0.0/upload/install/databaseinfos.php +++ b/src/xgp3.0.0/upload/install/databaseinfos.php @@ -247,11 +247,11 @@ `planet_type` int(11) NOT NULL DEFAULT '1', `planet_destroyed` int(11) NOT NULL DEFAULT '0', `planet_b_building` int(11) NOT NULL DEFAULT '0', -`planet_b_building_id` text NOT NULL, +`planet_b_building_id` text NOT NULL DEFAULT '0', `planet_b_tech` int(11) NOT NULL DEFAULT '0', `planet_b_tech_id` int(11) NOT NULL DEFAULT '0', `planet_b_hangar` int(11) NOT NULL DEFAULT '0', -`planet_b_hangar_id` text NOT NULL, +`planet_b_hangar_id` text NOT NULL DEFAULT '0', `planet_image` varchar(32) NOT NULL DEFAULT 'normaltempplanet01', `planet_diameter` int(11) NOT NULL DEFAULT '12800', `planet_field_current` int(11) NOT NULL DEFAULT '0',