summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-04-04 18:56:48 -0700
committerMark Wells <mark@freeside.biz>2014-04-07 14:11:47 -0700
commitc8d94e67465c81cbdef6e85f6fe303cc3a403e63 (patch)
tree35380122b6301b875f4b012343e0091f0401a193 /FS/FS/Schema.pm
parent9a51fd5542ee9979bea99a39c83d63e221e59155 (diff)
cust_pkg import format with location, #28082
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 60860b056..30da415b7 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1865,7 +1865,7 @@ sub tables_hashref {
'manual_flag', 'char', 'NULL', 1, '', '',
'no_auto', 'char', 'NULL', 1, '', '',
'quantity', 'int', 'NULL', '', '', '',
- 'agent_pkgid', 'int', 'NULL', '', '', '',
+ 'agent_pkgid', 'varchar', 'NULL', $char_d, '', '',
'waive_setup', 'char', 'NULL', 1, '', '',
'recur_show_zero', 'char', 'NULL', 1, '', '',
'setup_show_zero', 'char', 'NULL', 1, '', '',