add WebGUI::SQL to upgrade script and skeleton
This commit is contained in:
parent
b19f4cf952
commit
e9475c3143
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue