I have a lot of changelog files with the initial data for my database. Before all the tables were located in Postgres public schema, but now I have distributed them between different schemas, so that changes with initial data can't reach the tables.
Can I just change all the old files with initial data and add there schemaName="my_schema" or there is another way to solve the problem?