I noticed the new monitoring plugin doesn't upgrade the database properly. SQL file (at least the Oracle/MySQL ones) have this:
UPDATE jiveVersion SET version = 1 WHERE name = 'monitoring';
Should that not be ofVersion instead?
I noticed the new monitoring plugin doesn't upgrade the database properly. SQL file (at least the Oracle/MySQL ones) have this:
UPDATE jiveVersion SET version = 1 WHERE name = 'monitoring';
Should that not be ofVersion instead?