perf:change plugin version update position (#1493)
* perf:change plugin version update position * use nodeversion
This commit is contained in:
@@ -64,6 +64,10 @@ const PluginSchema = new Schema({
|
||||
version: {
|
||||
type: String,
|
||||
enum: ['v1', 'v2']
|
||||
},
|
||||
nodeVersion: {
|
||||
type: String,
|
||||
default: ''
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user