summaryrefslogtreecommitdiff
path: root/FS/FS/part_pkg_option.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_pkg_option.pm')
-rw-r--r--FS/FS/part_pkg_option.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/FS/FS/part_pkg_option.pm b/FS/FS/part_pkg_option.pm
index 142622b..3cb330b 100644
--- a/FS/FS/part_pkg_option.pm
+++ b/FS/FS/part_pkg_option.pm
@@ -137,10 +137,6 @@ sub _upgrade_data { # class method
$sth = dbh->prepare($sql) or die dbh->errstr;
$sth->execute or die $sth->errstr;
- $sql = "UPDATE part_pkg_option SET optionvalue = NULL WHERE ".
- "optionname = 'contract_end_months' AND optionvalue = '(none)'";
- $sth = dbh->prepare($sql) or die dbh->errstr;
- $sth->execute or die $sth->errstr;
'';
}