From 857649bdb08f820d04f78e7be8581d77f9d8aa45 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Wed, 8 Mar 2023 10:27:07 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=8D=87=E7=BA=A7=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/db/migration/V52__1.18.5.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 backend/src/main/resources/db/migration/V52__1.18.5.sql diff --git a/backend/src/main/resources/db/migration/V52__1.18.5.sql b/backend/src/main/resources/db/migration/V52__1.18.5.sql new file mode 100644 index 0000000000..388bf70ea5 --- /dev/null +++ b/backend/src/main/resources/db/migration/V52__1.18.5.sql @@ -0,0 +1,4 @@ +UPDATE `my_plugin` +SET `version` = '1.18.5' +where `plugin_id` > 0 + and `version` = '1.18.4';