From 4060e898cf70b18990ef50b80f2fcc0fae97662d Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 19 Feb 2012 18:39:25 -0800 Subject: [PATCH] adding some old random tools from the CVS tree --- bin/print-schema-mysql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bin/print-schema-mysql 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"; -- 2.11.0