diff options
-rw-r--r-- | FS/FS/Upgrade.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index aea715434..62eda58fa 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -138,6 +138,9 @@ sub upgrade_data { #cdrbatch fixes 'cdr' => [], + #default namespace + 'payment_gateway' => [], + ; \%hash; |