Skip to content

Commit

Permalink
Fixed issue #115
Browse files Browse the repository at this point in the history
Applied same fix to other fields.
  • Loading branch information
LucasKovacs committed May 18, 2016
1 parent 17e8a22 commit b797236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xgp3.0.0/upload/install/databaseinfos.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b797236

Please sign in to comment.