projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
324a43d
)
require DBIx::DBSchema 0.22 to deal with Pg version problems
author
ivan
<ivan>
Thu, 23 Oct 2003 22:37:03 +0000
(22:37 +0000)
committer
ivan
<ivan>
Thu, 23 Oct 2003 22:37:03 +0000
(22:37 +0000)
bin/dbdef-create
patch
|
blob
|
history
diff --git
a/bin/dbdef-create
b/bin/dbdef-create
index
c977f87
..
a449d67
100755
(executable)
--- a/
bin/dbdef-create
+++ b/
bin/dbdef-create
@@
-1,10
+1,8
@@
#!/usr/bin/perl -Tw
-#
-# $Id: dbdef-create,v 1.6 2002-09-19 13:34:52 ivan Exp $
use strict;
use DBI;
-use DBIx::DBSchema 0.2
1
;
+use DBIx::DBSchema 0.2
2
;
use FS::UID qw(adminsuidsetup datasrc driver_name);
my $user = shift or die &usage;