Skip to content

Instantly share code, notes, and snippets.

View stefanborghys's full-sized avatar
🌴
On vacation

stefan borghys stefanborghys

🌴
On vacation
View GitHub Profile
<script src="https://raw.github.com/moski/gist-Blogger/master/public/gistLoader.js" type="text/javascript"></script>
<div class="gistLoad" data-id="ID" id="gist-ID"></div>
@stefanborghys
stefanborghys / drop_trigger_changelog.xml
Last active March 11, 2016 16:20
Drop a trigger from an Oracle database using Liquibase (http://www.liquibase.org).
<databaseChangeLog
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog ../../xsd/dbchangelog-2.0.xsd
http://www.liquibase.org/xml/ns/dbchangelog-ext ../../xsd/dbchangelog-ext.xsd"
logicalFilePath="drop_trigger_changelog.xml">
<changeSet id="1" author="stefanborghys" runOnChange="true">
<preConditions onFail="MARK_RAN">