Commit fb3abecf authored by Jean-Paul Saman's avatar Jean-Paul Saman

addedit.php: add 0.5 as old_version

parent 5b7411cb
...@@ -77,6 +77,7 @@ class CSetupInvoice extends w2p_Core_Setup ...@@ -77,6 +77,7 @@ class CSetupInvoice extends w2p_Core_Setup
public function upgrade($old_version) { public function upgrade($old_version) {
switch ($old_version) { switch ($old_version) {
case 0.1: case 0.1:
case 0.5:
default: default:
return true; return true;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment