generateChangeLog not generating scripts for partitioned tables in postgres

We are planning to implement Liquibase on an existing schema of 3000+ tables, out of which 800+ tables are partitioned. When I tried to generate the initial scripts for the whole schema using generatechangelog, scripts for the partitioned tables are being generated as normal tables. Is there any better way to handle partitioned tables as we have 800+ such tables and manually working on it will be difficult?

generateChangeLog does not support all DBMS-specific object types in Liquibase Open Source. You’ll have to modify the SQL in those changesets to make them partitioned.