I would like a setting that allows me to keep the original PGSQL dialect that had a global sequence.
I do not know enough about sequences, but it seems to me that unless your dialect makes sure these sequences start at max(id) of the existing table, a collision might occur.
As I can see it from liquibase generation, the sequences do not take this into account.