From: Ivan Kohler Date: Mon, 20 Feb 2012 02:39:25 +0000 (-0800) Subject: adding some old random tools from the CVS tree X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4060e898cf70b18990ef50b80f2fcc0fae97662d adding some old random tools from the CVS tree --- diff --git a/bin/print-schema-mysql b/bin/print-schema-mysql new file mode 100755 index 000000000..88245b63e --- /dev/null +++ b/bin/print-schema-mysql @@ -0,0 +1,7 @@ +#!/usr/bin/perl + +use DBIx::DBSchema; + +$l = load DBIx::DBSchema "/usr/local/etc/freeside/dbdef.DBI:mysql:dbname=freeside"; + +print $l->pretty_print, "\n";