steps to reproduce
On DevDB
create table test (id number(10))
lb genschema
On TestDB
lb update -changelog controller.xml //test table created
insert into test (id) values (1)//seed mock value.
On DevDB
alter table test rename column id to seq
lb genschema
On TestDB
lb update -changelog controller.xml //data is deleted
Query the table and notice that values are gone.
Has anyone else seen this issue? Maybe I'm missing something...