projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add northern cyprus, RT#39335
[freeside.git]
/
bin
/
print-schema
1
#!/usr/bin/perl
2
3
use DBIx::DBSchema;
4
5
$l = load DBIx::DBSchema "/usr/local/etc/freeside/dbdef.DBI:Pg:dbname=freeside";
6
7
print $l->pretty_print, "\n";