Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 1169

Liquibase does not seem to recognize new rows for changeset

$
0
0
Hi,

I have 2 DBs On MySQL. Working1 and Reference1. 

Initially,
Working1 is empty. I genereated Chagne set from Reference1 which got lots of DDL and DMLs (Inserts). 

liquibase --changeLogFile=file_name.xml --diffTypes=tables,views,columns,indexes,foreignkeys,primarykeys,uniqueconstraints,data diffChangeLog

liquibase --changeLogFile=file_name.xml update ==> Produces nothing in chagnelog.


Later,
I added 2 rows to a table in Referece1 DB. Now when I generate chagneset, I dont see the 2 rows in chagneset.

liquibase --changeLogFile=file_name_delta1.xml --diffTypes=data diffChangeLog

But when I do a DDL chagne and generate changelog, I get changeset only for DDL and new data rows are not recognized.

Viewing all articles
Browse latest Browse all 1169

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>