projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2817a4c
)
fix backport of _upgrade_data from 1.9 for very old installs, to eliminate plan-less...
author
ivan
<ivan>
Fri, 2 May 2008 02:00:14 +0000
(
02:00
+0000)
committer
ivan
<ivan>
Fri, 2 May 2008 02:00:14 +0000
(
02:00
+0000)
FS/FS/part_pkg.pm
patch
|
blob
|
history
diff --git
a/FS/FS/part_pkg.pm
b/FS/FS/part_pkg.pm
index
26bd3bd
..
7acada5
100644
(file)
--- 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) = @_;