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

what is the TAG to rollback?? How to rollback a Create Table ??

$
0
0
Hi Guys  , I need to rollback the  create table bellow .. 

It was created with the command java -jar liquibase.jar --changeLogFile=changelog.xml update

<?xml version="1.0" encoding="UTF-8"?>

<databaseChangeLog

    <changeSet id="changeRollback" author="nvoxland">
        <createTable tableName="changeRollback1">
            <column name="id" type="int"/>
        </createTable>
        <rollback>
            drop table changeRollback1;
        </rollback>
    </changeSet>

</databaseChangeLog>


What is command for ROLLBACK ??

java -jar liquibase.jar --changeLogFile=changelog.xml rollback <> what is the TAG ???


Viewing all articles
Browse latest Browse all 2993

Trending Articles



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