add h_svc_circuit.pm, needed for h_labels to work, #34107, from #23879
[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";