-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fbe6565
commit 4e85e42
Showing
6 changed files
with
74 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
Content/Z_Resources/Snippets/text/liquibase-rollback-rollback-sql-file.flsnp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd"> | ||
<body> | ||
<p>In <MadCap:variable name="General.Liquibase" /> 4.26.0 and later, you can use a <code>rollbackSqlFile</code> statement to specify rollback SQL for a <MadCap:variable name="General.changeset" /> in a separate file:</p><pre><code class="language-sql">--changeset liquibase-user:1 | ||
DROP PROCEDURE hello_world; | ||
--rollbackSqlFile:release_1.0/rollback_45895.sql</code></pre> | ||
<p>In your <code>rollbackSqlFile</code> statement, you can specify parameters to change the behavior of your rollback, such as a unique end delimiter. For more information, see <MadCap:xref href="../../../concepts/changelogs/sql-format.html">Example Changelogs: SQL Format</MadCap:xref>.</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters