[freeside-commits] branch master updated. 4060e898cf70b18990ef50b80f2fcc0fae97662d
Ivan
ivan at 420.am
Sun Feb 19 18:39:28 PST 2012
The branch, master has been updated
via 4060e898cf70b18990ef50b80f2fcc0fae97662d (commit)
from bd704e2d54ed7b44a722f1316f64b8599a548441 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4060e898cf70b18990ef50b80f2fcc0fae97662d
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Feb 19 18:39:25 2012 -0800
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 0000000..88245b6
--- /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";
-----------------------------------------------------------------------
Summary of changes:
bin/print-schema-mysql | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
create mode 100755 bin/print-schema-mysql
More information about the freeside-commits
mailing list