From 8284bdd4a74f2aeb9c783cf2e8a500d073a65d44 Mon Sep 17 00:00:00 2001 From: Noizette Date: Fri, 22 Jan 2021 15:33:41 +0000 Subject: [PATCH] Syntax fix in migration --- upgrade.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 +); + +}