summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2001-08-11 05:54:45 +0000
committerivan <ivan>2001-08-11 05:54:45 +0000
commit1dd250b6ff2c32f0bb9b4db7606066f34721e7d9 (patch)
tree1902d1ca7f87ab6fa7c03dadb20504fe618b2672 /bin
parent3dddb60bd783aaf5fa1fda90a351f1e877b7e19b (diff)
add comments field
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fs-setup8
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/fs-setup b/bin/fs-setup
index 9075ca2a9..314a7c234 100755
--- a/bin/fs-setup
+++ b/bin/fs-setup
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: fs-setup,v 1.39 2001-07-30 07:42:39 ivan Exp $
+# $Id: fs-setup,v 1.40 2001-08-11 05:53:42 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.39 2001-07-30 07:42:39 ivan
+# Revision 1.40 2001-08-11 05:53:42 ivan
+# add comments field
+#
+# 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
@@ -498,6 +501,7 @@ sub tables_hash_hack {
'tax', 'char', 'NULL', 1,
'otaker', 'varchar', '', 8,
'refnum', 'int', '', '',
+ 'comments', 'varchar', 'NULL', '',
],
'primary_key' => 'custnum',
'unique' => [ [] ],