summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>1998-10-22 15:46:28 +0000
committerivan <ivan>1998-10-22 15:46:28 +0000
commitb8f8d9c3a07d4cb18ab6ec49fcd5ee0620c04a24 (patch)
treebe7e6dae1ef65b70d7124f86b153dff5b7c37cf5 /bin
parent4ff8b54af3e5e5a1713873cc21d5bb095d16a554 (diff)
now smallint is illegal, so remove that too.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fs-setup9
1 files changed, 7 insertions, 2 deletions
diff --git a/bin/fs-setup b/bin/fs-setup
index 22891ec0f..dc732e5ed 100755
--- a/bin/fs-setup
+++ b/bin/fs-setup
@@ -30,6 +30,11 @@
# ivan@sisd.com 98-sep-4
#
# fix radius attributes ivan@sisd.com 98-sep-27
+#
+# $Log: fs-setup,v $
+# Revision 1.3 1998-10-22 15:46:28 ivan
+# now smallint is illegal, so remove that too.
+#
#to delay loading dbdef until we're ready
BEGIN { $FS::Record::setup_hack = 1; }
@@ -206,7 +211,7 @@ sub tables_hash_hack {
'agentnum', 'int', '', '',
'agent', 'varchar', '', $char_d,
'typenum', 'int', '', '',
- 'freq', 'smallint', 'NULL', '',
+ 'freq', 'int', 'NULL', '',
'prog', @perl_type,
],
'primary_key' => 'agentnum',
@@ -415,7 +420,7 @@ sub tables_hash_hack {
'pkg', 'varchar', '', $char_d,
'comment', 'varchar', '', $char_d,
'setup', @perl_type,
- 'freq', 'smallint', '', '', #billing frequency (months)
+ 'freq', 'int', '', '', #billing frequency (months)
'recur', @perl_type,
],
'primary_key' => 'pkgpart',