HI ,
I am not able deploy ddl script using Liquibase.
my script contains
DROP TABLE test;
CREATE TABLE test
drop drop table test2;
create table test2;
if table exist it should drop and then create . Liquibase is failing to deploy the script
I saw error like
Caused by: java.sql.SQLSyntaxErrorException: ORA-02289: table does not exist
I know that the table does not exist go and create it , provided create table script .
Please help me how to proceed deployments
Thx
Ramesh
Thx
ramesh