diff --git a/docs/upgrades/_upgrade.skeleton b/docs/upgrades/_upgrade.skeleton index 266d41d64..271f6d941 100644 --- a/docs/upgrades/_upgrade.skeleton +++ b/docs/upgrades/_upgrade.skeleton @@ -12,6 +12,7 @@ use lib "../../lib"; use strict; use Getopt::Long; use WebGUI::Session; +use WebGUI::SQL; my $toVersion = "0.0.0"; # make this match what version you're going to diff --git a/docs/upgrades/upgrade_6.8.0-6.8.1.pl b/docs/upgrades/upgrade_6.8.0-6.8.1.pl index e1c020175..c890a7252 100644 --- a/docs/upgrades/upgrade_6.8.0-6.8.1.pl +++ b/docs/upgrades/upgrade_6.8.0-6.8.1.pl @@ -13,6 +13,7 @@ use strict; use Getopt::Long; use WebGUI::Session; use File::Path; +use WebGUI::SQL; my $toVersion = "6.8.1"; # make this match what version you're going to my $quiet; # this line required