I am using
<rollback>
drop table tag.
</rollback>
, but the given table is not being rolled back. Here is the code:
<rollback> <dropTable tableName="table_name"/></rollback>
I am using
<rollback>
drop table tag.
</rollback>
, but the given table is not being rolled back. Here is the code:
<rollback> <dropTable tableName="table_name"/></rollback>