5 lines
94 B
Java
5 lines
94 B
Java
UPDATE `my_plugin`
|
|
SET `version` = '1.18.9'
|
|
where `plugin_id` > 0
|
|
and `version` = '1.18.8';
|