summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--db updates.sql5
1 files changed, 4 insertions, 1 deletions
diff --git a/db updates.sql b/db updates.sql
index 938e46d..e2ea27f 100644
--- a/db updates.sql
+++ b/db updates.sql
@@ -99,4 +99,7 @@ UPDATE maps
INNER JOIN mapOfTheDay ON maps.Id = mapOfTheDay.mapId
SET maps.name = 'Ultra Complex'
WHERE mapOfTheDay.mapType = 5
-AND (maps.name IS NULL OR maps.name = ''); \ No newline at end of file
+AND (maps.name IS NULL OR maps.name = '');
+
+--Need to support bigger solutions for these crazy new unlimited-tower maps
+ALTER TABLE `solutions` CHANGE `solution` `solution` VARCHAR( 4095 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL \ No newline at end of file