brainslug.database.migration.update.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <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 http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd" logicalFilePath="update.xml"> <include file="brainslug/database/migration/create_flow_instance.xml" /> <include file="brainslug/database/migration/create_flow_token.xml" /> <include file="brainslug/database/migration/create_async_task.xml" /> <include file="brainslug/database/migration/create_instance_property.xml" /> <include file="brainslug/database/migration/add_blob_value_to_property.xml" /> </databaseChangeLog>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy