Skip to content

Commit 367f541

Browse files
committed
Increase planet_description length to allow bouncers description
1 parent 09e0233 commit 367f541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

db/patches/V1_6_60__defense_station.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
ALTER TABLE `planet_type` CHANGE `planet_type_description` `planet_type_description` VARCHAR(200) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;
12
INSERT INTO planet_type (planet_type_id, planet_type_name, planet_type_description, planet_image_link, planet_max_attackers, planet_max_landed) VALUES
23
(4,
34
'Defense World',

0 commit comments

Comments
 (0)