# diffTypes=data doesn't work in Pro

**URL:** https://forum.liquibase.org/t/difftypes-data-doesnt-work-in-pro/7282
**Category:** General Discussion
**Created:** [September 12, 2022, 6:39pm UTC](https://forum.liquibase.org/t/difftypes-data-doesnt-work-in-pro/7282 "2022-09-12T18:39:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Valen](https://avatars.discourse-cdn.com/v4/letter/v/9dc877/32.png) [@Valen](https://forum.liquibase.org/u/Valen)
#### Post date: [September 12, 2022, 6:39pm UTC](https://forum.liquibase.org/t/difftypes-data-doesnt-work-in-pro/7282/1 "2022-09-12T18:39:31Z")

</div>

Hi,

I have been using the filter command `generate-changelog` with `diffTypes` and it worked perfectly. But when upgraded to Pro version `diffTypes=data` stopped working, it doesn’t return anything, instead the other data types work fine.

```auto
liquibase --defaultsFile=liquibase.rrhh.properties --changelogFile=seeder.postgresql.sql --overwriteOutputFile=true --diffTypes=data generate-changelog

```

In the image says **changeSets count: 0**

 ![image](https://us1.discourse-cdn.com/flex020/uploads/liquibase1/original/1X/3e6df34975d3253f7aa4362538891c1aabf13661.png)

When we deactivated the license it worked again.  
Here, says **changeSets count: 32** , is the **same command line**.

 ![image](https://us1.discourse-cdn.com/flex020/uploads/liquibase1/original/1X/c864e420d53cb3efaa649509377da5b8bca10570.png)

 ![image](https://us1.discourse-cdn.com/flex020/uploads/liquibase1/original/1X/25e720aa46141265cecd5ec407c7c134d9e8ce7a.png)

What are we missing? Or is it a bug?

Thanks.

---

<div class="post-metadata">

### Author: ![tabbyfoo](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.liquibase.org/tabbyfoo/32/748_2.png) [@tabbyfoo](https://forum.liquibase.org/u/tabbyfoo)
#### Post date: [September 20, 2022, 2:41am UTC](https://forum.liquibase.org/t/difftypes-data-doesnt-work-in-pro/7282/2 "2022-09-20T02:41:48Z")

</div>

Hi @Valen - That does sound likely to be a bug to me. You can report that here: [How to Report Liquibase Issues and Bugs | Liquibase.org](https://www.liquibase.org/community/contribute/report-bugs)

Also, as a Pro customer, you can contact support anytime: [Contact the Team at Liquibase | Liquibase.com](https://www.liquibase.com/contact)

---

<div class="post-metadata">

### Author: ![Valen](https://avatars.discourse-cdn.com/v4/letter/v/9dc877/32.png) [@Valen](https://forum.liquibase.org/u/Valen)
#### Post date: [September 20, 2022, 6:33pm UTC](https://forum.liquibase.org/t/difftypes-data-doesnt-work-in-pro/7282/3 "2022-09-20T18:33:54Z")

</div>

Thank you! I’m going to try both.
