diff options
Diffstat (limited to 'bin/dbdef-create')
-rwxr-xr-x | bin/dbdef-create | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/bin/dbdef-create b/bin/dbdef-create index e71eb36b4..0b297b9e6 100755 --- a/bin/dbdef-create +++ b/bin/dbdef-create @@ -1,22 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: dbdef-create,v 1.4 2001-08-17 10:57:40 ivan Exp $ -# -# create dbdef file for existing mySQL database (needs SHOW|DESCRIBE command -# not in Pg) based on fs-setup -# -# ivan@sisd.com 98-jun-2 -# -# $Log: dbdef-create,v $ -# Revision 1.4 2001-08-17 10:57:40 ivan -# gah -# -# Revision 1.3 2001/04/15 12:56:31 ivan -# s/dbdef/DBIx::DBSchema/ -# -# Revision 1.2 1998/11/19 11:17:44 ivan -# adminsuidsetup requires argument -# +# $Id: dbdef-create,v 1.5 2001-08-21 02:43:18 ivan Exp $ use strict; use DBI; |