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';