diff --git a/docs/upgrades/upgrade_6.7.8-6.8.0.pl b/docs/upgrades/upgrade_6.7.8-6.8.0.pl index a80d3f85c..cc81551a9 100644 --- a/docs/upgrades/upgrade_6.7.8-6.8.0.pl +++ b/docs/upgrades/upgrade_6.7.8-6.8.0.pl @@ -850,7 +850,7 @@ foreach my $hash (@overrides) { #------------------------------------------------- sub fixVeryLateDates { print "\tFixing very late endDates.\n" unless ($quiet); - WebGUI::SQL->write("update assetdata set endDate='2082783600' where endDate>=4294967294"); + WebGUI::SQL->write("update assetData set endDate='2082783600' where endDate>=4294967294"); } #-------------------------------------------------