From bb53b4f088cdbe13c6ad2f48aa65c27b7e8cd146 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 27 Jan 2009 20:05:53 +0000 Subject: [PATCH] Fix a typo in the 7.6.9-7.6.10 upgrade script. --- docs/upgrades/upgrade_7.6.9-7.6.10.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrades/upgrade_7.6.9-7.6.10.pl b/docs/upgrades/upgrade_7.6.9-7.6.10.pl index c5c86160f..05f291457 100644 --- a/docs/upgrades/upgrade_7.6.9-7.6.10.pl +++ b/docs/upgrades/upgrade_7.6.9-7.6.10.pl @@ -39,7 +39,7 @@ finish($session); # this line required #Change the Survey and Survey_response tables' json fields to longText instead of longBlob to get back non-binary text #---------------------------------------------------------------------------- -sub alterSurveyJSONFIelds{ +sub alterSurveyJSONFields{ my $session = shift; $session->db->write("alter table Survey modify surveyJSON longText"); $session->db->write("alter table Survey_response modify responseJSON longText");