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

Re : Can we include a file in rollback?

$
0
0
Hi ,

 I am looking for something similar. Just need to understand how to call a sql script from within the rollback tag.

This is my sql file which creates a procedure

--liquibase formatted sql

--changeset sr:3 runOnChange:true splitStatements:false
create or replace procedure test
as
begin
  dbms_output.put_line('test');
  dbms_output.put_line('test1');
end;

###### This is where I would like to call a script which recreates the old procedure
--rollback



Viewing all articles
Browse latest Browse all 2993

Trending Articles



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