Fixed up tests post-merge
[dbsrgits/DBIx-Class.git] / maint / gen-schema.pl
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5 use lib qw(lib t/lib);
6
7 use DBICTest;
8 use DBICTest::Schema::HelperRels;
9
10 my $schema = DBICTest->initialise;
11
12 print $schema->storage->deployment_statements($schema);