summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-05-02 01:10:45 -0700
committerIvan Kohler <ivan@freeside.biz>2013-05-02 01:10:45 -0700
commit51d26d73eb99d9f7f45591fa6a4b99c3a3429565 (patch)
tree419e2a2fee5ab93c9e568208195e3e5cb021159e /FS/FS/Schema.pm
parent78710489c60a996222b4d37552f78f1ff0ec138f (diff)
detach a package into a new customer, RT#22185
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 4f395f285..bbc4f1d21 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1743,6 +1743,7 @@ sub tables_hashref {
'change_pkgnum', 'int', 'NULL', '', '', '',
'change_pkgpart', 'int', 'NULL', '', '', '',
'change_locationnum', 'int', 'NULL', '', '', '',
+ 'change_custnum', 'int', 'NULL', '', '', '',
'main_pkgnum', 'int', 'NULL', '', '', '',
'pkglinknum', 'int', 'NULL', '', '', '',
'manual_flag', 'char', 'NULL', 1, '', '',