Greetings,
I am interested in using Liquibase for managing database changes. In the application, files are stored on the filesystem (and their associated metadata is in the database) and I would like to be able to reorganize them when migrating the database. It seems like this is possible, but I'm not quite sure how.
So...
1. Is it possible?
2. How?
Thanks