From 901ef0acf338ec54e8591ef55f782bb4b3fbe58a Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms Date: Wed, 8 May 2024 15:11:26 +0200 Subject: adjust migration number, re #4131 --- ...ve_configuration_for_portable_password_hashes.php | 20 -------------------- ...ve_configuration_for_portable_password_hashes.php | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 db/migrations/6.0.2_remove_configuration_for_portable_password_hashes.php create mode 100644 db/migrations/6.0.7_remove_configuration_for_portable_password_hashes.php diff --git a/db/migrations/6.0.2_remove_configuration_for_portable_password_hashes.php b/db/migrations/6.0.2_remove_configuration_for_portable_password_hashes.php deleted file mode 100644 index 53d4a31..0000000 --- a/db/migrations/6.0.2_remove_configuration_for_portable_password_hashes.php +++ /dev/null @@ -1,20 +0,0 @@ -exec($query); - } -}; diff --git a/db/migrations/6.0.7_remove_configuration_for_portable_password_hashes.php b/db/migrations/6.0.7_remove_configuration_for_portable_password_hashes.php new file mode 100644 index 0000000..53d4a31 --- /dev/null +++ b/db/migrations/6.0.7_remove_configuration_for_portable_password_hashes.php @@ -0,0 +1,20 @@ +exec($query); + } +}; -- cgit v1.0