fix freeside-dbdef-create RT#34796, fallout from conf caching RT#23357 / github pull...
[freeside.git] / FS / FS / UID.pm
index f41735d..4ea2ecd 100644 (file)
@@ -176,6 +176,8 @@ sub myconnect {
                            )
     or die "DBI->connect error: $DBI::errstr\n";
 
+  $FS::Conf::conf_cache = undef;
+
   if ( $schema ) {
     use DBIx::DBSchema::_util qw(_load_driver ); #quelle hack
     my $driver = _load_driver($handle);