prefetch/cache fixes for all but find
[dbsrgits/DBIx-Class.git] / maint / gen-schema.pl
index a4e101d..ffd2df7 100755 (executable)
@@ -4,8 +4,8 @@ use strict;
 use warnings;
 use lib qw(lib t/lib);
 
-use DBICTest;
+use DBICTest::Schema;
 
-my $schema = DBICTest->initialise;
+my $schema = DBICTest::Schema->connect;
 
-print $schema->storage->deployment_statements($schema);
+print $schema->storage->deployment_statements($schema, 'SQLite');