add WebGUI::SQL to upgrade script and skeleton

This commit is contained in:
Colin Kuskie 2005-12-05 17:20:13 +00:00
parent b19f4cf952
commit e9475c3143
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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