summaryrefslogtreecommitdiff
path: root/bin/fs-setup
diff options
context:
space:
mode:
authorivan <ivan>2001-07-30 07:42:39 +0000
committerivan <ivan>2001-07-30 07:42:39 +0000
commite8dd9b3bbf139e1a21180a1efc81129f01d2d18b (patch)
treed853c9df56bbc67eaa935c0cf1a539d5e1bc34b6 /bin/fs-setup
parent51984ac3d3da3006809c6866fdecd4ad83610731 (diff)
need an DBIx::DBSchema with delcolumn
Diffstat (limited to 'bin/fs-setup')
-rwxr-xr-xbin/fs-setup9
1 files changed, 6 insertions, 3 deletions
diff --git a/bin/fs-setup b/bin/fs-setup
index 1113966f8..9075ca2a9 100755
--- a/bin/fs-setup
+++ b/bin/fs-setup
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: fs-setup,v 1.38 2001-07-30 07:36:04 ivan Exp $
+# $Id: fs-setup,v 1.39 2001-07-30 07:42:39 ivan Exp $
#
# ivan@sisd.com 97-nov-8,9
#
@@ -32,7 +32,10 @@
# fix radius attributes ivan@sisd.com 98-sep-27
#
# $Log: fs-setup,v $
-# Revision 1.38 2001-07-30 07:36:04 ivan
+# Revision 1.39 2001-07-30 07:42:39 ivan
+# need an DBIx::DBSchema with delcolumn
+#
+# Revision 1.38 2001/07/30 07:36:04 ivan
# templates!!!
#
# Revision 1.37 2001/06/03 14:16:11 ivan
@@ -144,7 +147,7 @@ BEGIN { $FS::Record::setup_hack = 1; }
use strict;
use DBI;
-use DBIx::DBSchema;
+use DBIx::DBSchema 0.18;
use DBIx::DBSchema::Table;
use DBIx::DBSchema::Column;
use DBIx::DBSchema::ColGroup::Unique;