diff --git a/upgrade.php b/upgrade.php index e7d902b..9eaba65 100644 --- a/upgrade.php +++ b/upgrade.php @@ -74,5 +74,7 @@ if (version_compare($infos->version, '0.4.0', '<')) DROP TABLE plugin_facturation_factures; ALTER TABLE plugin_facturation_factures_tmp RENAME TO plugin_facturation_factures; -EOT ); -} \ No newline at end of file +EOT +); + +}