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