diff options
author | ivan <ivan> | 2010-03-27 04:37:27 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-27 04:37:27 +0000 |
commit | e5c58aba4a1a52840ada3a6e1d0da0ef8a17f08f (patch) | |
tree | d93d154393b8dfe545ebc42f0fb3410c9f013fd2 | |
parent | 9bb7341f570bcffa83ce244d1ef6e6fdbadc035b (diff) |
these are now supported in supported in DBIx-DBSchema and friends
-rw-r--r-- | FS/FS/Upgrade.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index c39680ef7..ff577f2f2 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -99,7 +99,6 @@ sub upgrade_data { #reason type and reasons 'reason_type' => [], - 'reason' => [], 'cust_pkg_reason' => [], #need part_pkg before cust_credit... @@ -129,9 +128,6 @@ sub upgrade_data { #fixup access rights 'access_right' => [], - #change tax_rate column types - 'tax_rate' => [], - #change recur_flat and enable_prorate 'part_pkg_option' => [], |