From d98c64e5187daa5a6cbabe9f208d4191128f0a5c Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 9 Jan 2023 10:30:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8F=92=E4=BB=B6=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E5=8D=87=E7=BA=A71.18.1=E7=9B=B8=E5=85=B3=E6=8F=92=E4=BB=B6sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/db/migration/V48__1.18.1.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 backend/src/main/resources/db/migration/V48__1.18.1.sql diff --git a/backend/src/main/resources/db/migration/V48__1.18.1.sql b/backend/src/main/resources/db/migration/V48__1.18.1.sql new file mode 100644 index 0000000000..e8297a6852 --- /dev/null +++ b/backend/src/main/resources/db/migration/V48__1.18.1.sql @@ -0,0 +1,3 @@ +UPDATE `my_plugin` +SET `version` = '1.18.1' +where `plugin_id` > 0 and `store` = 'default' and `version` = '1.18.0'; \ No newline at end of file