Migratiob from 1.5.3 to 2.1.1

Hey there, i would like to ask regarding flowui_filter_configuration. after i migrate from 1.5.3 to 2.1.1 based on Migration from Classic UI :: Jmix Documentation, i install email adds on but unfortunately, this message pop-up.
image

Is there any workaround to solve or am i missing a few steps.

** for Email Template, when it will be release on 2.1.1.

Thanks in advance.

Hi Amir,

This exception tells that there is no table for genericFilter configurations provided by the flowui-data module.

Make sure your resources/<base-package>/liquibase/changelog.xml file contains the following line:

<include file="/io/jmix/flowuidata/liquibase/changelog.xml"/>

Also, check that your Run/Debug configuration has this “Before launch” task:
image

This task checks and fixes changelog.xml based on current dependencies and their changelogs.