From e9475c314321206831653bb78f03a84074b450ae Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 5 Dec 2005 17:20:13 +0000 Subject: [PATCH] add WebGUI::SQL to upgrade script and skeleton --- docs/upgrades/_upgrade.skeleton | 1 + docs/upgrades/upgrade_6.8.0-6.8.1.pl | 1 + 2 files changed, 2 insertions(+) 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