...
The new numeric schema level must be specified in the plugin’s descriptor file.
The actual schema level update must be implemented.
Define new schema level in plugin descriptor
If your plugin descriptor file does not already contain it, add a new property named dbSchema
and give it the value 1
. If your plugin descriptor file already contains the dbSchema
property, just increase its value by 1.
Your plugin.desc.json
should look like this:
Codeblock | ||
---|---|---|
| ||
{
"$schema": "http://git.intra.pinuts.de/cmsbs/cmsbs/raw/master/doc/json-schemas/plugin.desc.json",
"__encoding": "Pinuts File Encoding: UTF-8",
...,
"dbSchema": 1
} |