mirror of
https://github.com/corda/corda.git
synced 2025-03-17 01:25:25 +00:00
Liquibase script for a table name node_attchments_contracts change following fix for CORDA-1499 merged from OS.
This commit is contained in:
parent
f5c9a398ad
commit
703f0cc86f
@ -16,5 +16,5 @@
|
||||
|
||||
<include file="migration/node-core.changelog-init.xml"/>
|
||||
<include file="migration/node-core.changelog-v3.xml"/>
|
||||
|
||||
<include file="migration/node-core.changelog-v3-GA.xml"/>
|
||||
</databaseChangeLog>
|
||||
|
@ -0,0 +1,12 @@
|
||||
<?xml version="1.1" 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-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd"
|
||||
logicalFilePath="migration/node-services.changelog-init.xml">
|
||||
|
||||
<changeSet author="R3.Corda" id="rename_contract_attachment">
|
||||
<renameTable newTableName="node_attachments_contracts"
|
||||
oldTableName="node_attchments_contracts"/>
|
||||
</changeSet>
|
||||
</databaseChangeLog>
|
Loading…
x
Reference in New Issue
Block a user