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