Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Clean up whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Sep 30, 2013
1 parent 12e77b5 commit 5ab0160
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 20 deletions.
Expand Up @@ -331,4 +331,4 @@
constraintName="UKactivity"/>
</changeSet>

</databaseChangeLog>
</databaseChangeLog>
Expand Up @@ -44,4 +44,4 @@
</sql>
</changeSet>

</databaseChangeLog>
</databaseChangeLog>
@@ -1,23 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<databaseChangeLog
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd
http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd
http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">

<!--
NB: Triggers should be modified directly in these changeSets; don't add
new changeSets for them. Don't change the author, or LiquiBase will
treat it as a separate changeSet.
-->
<changeSet author="zanata" id="mysql_triggers" runOnChange="true" dbms="mysql">
<comment>mysql triggers</comment>
<sqlFile path="db/mysql/create_trigger.sql" stripComments="false" endDelimiter="GO" />
</changeSet>
<changeSet author="zanata" id="h2_triggers" runOnChange="true" dbms="h2">
<comment>h2 triggers</comment>
<sqlFile path="db/h2/create_trigger.sql" stripComments="true" />
</changeSet>
<!--
NB: Triggers should be modified directly in these changeSets; don't add
new changeSets for them. Don't change the author, or LiquiBase will
treat it as a separate changeSet.
-->
<changeSet author="zanata" id="mysql_triggers" runOnChange="true"
dbms="mysql">
<comment>mysql triggers</comment>
<sqlFile path="db/mysql/create_trigger.sql" stripComments="false"
endDelimiter="GO" />
</changeSet>
<changeSet author="zanata" id="h2_triggers" runOnChange="true" dbms="h2">
<comment>h2 triggers</comment>
<sqlFile path="db/h2/create_trigger.sql" stripComments="true" />
</changeSet>

</databaseChangeLog>

0 comments on commit 5ab0160

Please sign in to comment.