Fix a typo in the 7.6.9-7.6.10 upgrade script.
This commit is contained in:
parent
3bbc8a7d4b
commit
bb53b4f088
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue