summaryrefslogtreecommitdiff
path: root/bin/print-schema
diff options
context:
space:
mode:
Diffstat (limited to 'bin/print-schema')
-rwxr-xr-xbin/print-schema7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/print-schema b/bin/print-schema
deleted file mode 100755
index 886e325..0000000
--- a/bin/print-schema
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-
-use DBIx::DBSchema;
-
-$l = load DBIx::DBSchema "/usr/local/etc/freeside/dbdef.DBI:Pg:dbname=freeside";
-
-print $l->pretty_print, "\n";