Skip to content
Snippets Groups Projects
Commit 1373bf4c authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

test

parent 43bd98aa
No related branches found
No related tags found
No related merge requests found
Pipeline #42427 failed
...@@ -25,6 +25,8 @@ ...@@ -25,6 +25,8 @@
NEW_VERSION="v6.0.0-SNAPSHOT-EXTIDS" NEW_VERSION="v6.0.0-SNAPSHOT-EXTIDS"
OLD_VERSION="v5.0.0" OLD_VERSION="v5.0.0"
DROP_TABLE_PASSWORDS='DROP TABLE passwords;'
if [ -z "$UTILSPATH" ]; then if [ -z "$UTILSPATH" ]; then
UTILSPATH="../utils" UTILSPATH="../utils"
fi fi
...@@ -37,5 +39,7 @@ mysql_execute_file $PATCH_DIR/create_entity_ids_table.sql ...@@ -37,5 +39,7 @@ mysql_execute_file $PATCH_DIR/create_entity_ids_table.sql
update_version $NEW_VERSION update_version $NEW_VERSION
mysql_execute "$DROP_TABLE_PASSWORDS"
success success
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment