remove BindType2 test class
[dbsrgits/DBIx-Class.git] / maint / gen-schema.pl
index 907ed11..70e30ae 100755 (executable)
@@ -4,10 +4,11 @@ use strict;
 use warnings;
 use lib qw(lib t/lib);
 
+use DBICTest;
 use DBICTest::Schema;
 use SQL::Translator;
 
-my $schema = DBICTest::Schema->connect;
+my $schema = DBICTest::Schema->connect(DBICTest->_database);
 print scalar ($schema->storage->deployment_statements(
   $schema,
   'SQLite',