I try to migrate database from old PostgreSQL (9.3) to new PostgreSQL(9.5, 9.6) by Bucardo.
Bucardo used Primary key for migrate.
I have many databases with public.databasechangelog without Primary key. How correct add primary key to databasechangelog(PostgreSQL) for Liquibase?
Update answer: I can add Primary Key by SQL, but may be Liquibase have setting for added Primary key in XML?
Safely added Primary Key by SQL to public.databasechangelog ?
I create DATABASECHANGELOG table at the beginning with primary key. This may not the correct way, but it will help