Something went wrong on our end
-
Johannes Goderbauer authoredJohannes Goderbauer authored
updateForDataCaching.xml 878 B
<?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.6.xsd">
<changeSet author="j.goderbauer" id="6947b44d-0ef4-4fb6-a74d-f496d99b1e69">
<update tableName="ASYS_ALIASCONFIG">
<column name="XMLDATA" valueBlobFile="defaultBlob/_____configuration.xml"/>
<where>ID = ?</where>
<whereParams>
<param value="f4a33c35-5033-4699-b55a-9520b465b4c5" />
</whereParams>
</update>
</changeSet>
</databaseChangeLog>