diff options
-rw-r--r-- | FS/FS/part_pkg.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm index 26bd3bd20..7acada538 100644 --- a/FS/FS/part_pkg.pm +++ b/FS/FS/part_pkg.pm @@ -773,6 +773,12 @@ sub calc_cancel { 0; } =back +=cut + +# _upgrade_data +# +# Used by FS::Upgrade to migrate to a new database. + sub _upgrade_data { # class method my($class, %opts) = @_; |