From 5cf37b5de754ca4aaa3c01b6a62cc2f631c584e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Wed, 18 Oct 2023 09:34:29 +0200
Subject: [PATCH] test

---
 patches/patch20221122-6.0-SNAPSHOT/patch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patches/patch20221122-6.0-SNAPSHOT/patch.sh b/patches/patch20221122-6.0-SNAPSHOT/patch.sh
index 7cca5dd..5c082ce 100755
--- a/patches/patch20221122-6.0-SNAPSHOT/patch.sh
+++ b/patches/patch20221122-6.0-SNAPSHOT/patch.sh
@@ -35,11 +35,11 @@ fi
 
 check_version $OLD_VERSION
 
+mysql_execute "$DROP_TABLE_PASSWORDS"
 mysql_execute_file $PATCH_DIR/create_entity_ids_table.sql
 
 update_version $NEW_VERSION
 
-mysql_execute "$DROP_TABLE_PASSWORDS"
 
 success
 
-- 
GitLab