From f135e538c87675a39e8f74937eb6f5c2b65a584b Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 28 Feb 2023 15:52:45 +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/V51__1.18.4.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 backend/src/main/resources/db/migration/V51__1.18.4.sql diff --git a/backend/src/main/resources/db/migration/V51__1.18.4.sql b/backend/src/main/resources/db/migration/V51__1.18.4.sql new file mode 100644 index 0000000000..1e2c392ee5 --- /dev/null +++ b/backend/src/main/resources/db/migration/V51__1.18.4.sql @@ -0,0 +1,4 @@ +UPDATE `my_plugin` +SET `version` = '1.18.4' +where `plugin_id` > 0 + and `version` = '1.18.3';