FS RT #30831 - passing the ISO 3166-1 alpha-2 country code to ut_phonen
[freeside.git] / bin / print-schema-mysql
1 #!/usr/bin/perl
2
3 use DBIx::DBSchema;
4
5 $l = load DBIx::DBSchema "/usr/local/etc/freeside/dbdef.DBI:mysql:dbname=freeside";
6
7 print $l->pretty_print, "\n";