Skip to content

feat: [ANDROSDK-2309] Add isEmpty property to FilterOperators.kt also update FilterOperatorsDB.kt and FilterOperatorsDTO.kt models#2643

Merged
taridepaco merged 3 commits into
developfrom
ANDROSDK-2309
Jun 25, 2026
Merged

feat: [ANDROSDK-2309] Add isEmpty property to FilterOperators.kt also update FilterOperatorsDB.kt and FilterOperatorsDTO.kt models#2643
taridepaco merged 3 commits into
developfrom
ANDROSDK-2309

Conversation

@andresmr

Copy link
Copy Markdown
Contributor

Add isEmpty property to FilterOperatorsDB retrieved from API

… update FilterOperatorsDB.kt and FilterOperatorsDTO.kt models
vgarciabnz
vgarciabnz previously approved these changes Jun 22, 2026
taridepaco
taridepaco previously approved these changes Jun 25, 2026
Comment thread core/src/main/assets/migrations/181.sql Outdated
ALTER TABLE AttributeValueFilter ADD COLUMN isEmpty INTEGER;
ALTER TABLE EventDataFilter ADD COLUMN isEmpty INTEGER;
ALTER TABLE ProgramStageWorkingListAttributeValueFilter ADD COLUMN isEmpty INTEGER;
ALTER TABLE ProgramStageWorkingListEventDataFilterDB ADD COLUMN isEmpty INTEGER;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this table name was incorrect "ProgramStageWorkingListEventDataFilterDB"

fix table name in migration
@sonarqubecloud

Copy link
Copy Markdown

@taridepaco taridepaco merged commit 7141aae into develop Jun 25, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants