upgrade to 1.0.11
How to upgrade from 1.0.9 to 1.0.11
The ChangeTrigger class has a new field, "config" for XML configuration parameters.
Please add a column "config" to your repositories:
alter table change_triggers add column config text NOT NULL DEFAULT '<config />'::text,
Changes to IndexItems
The IndexItems are missing an essential item: please add the following IndexItem via Dandelion:
| Name | index.lifecycle.state |
| Field Name | lifecyclestate |
| For Content | No |
| For Metadata | No |
| For SysMeta | Yes |
| Index Group | _default_index_group |
| Index Type | xpath.integer_indexer |
| Multiple Results | No |
| Search Condition | true() |
| Search String | /sysMeta/object/lifeCycleState |
| Systemic | Yes |
| VA Provider Params | <vaParams/> |

