Fix a typo in the 7.6.9-7.6.10 upgrade script.

This commit is contained in:
Colin Kuskie 2009-01-27 20:05:53 +00:00
parent 3bbc8a7d4b
commit bb53b4f088

View file

@ -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");