liquibase.1.2.0.sys-housekeeper-timestamp.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2019, 2022 Eurotech and/or its affiliates and others This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at https://www.eclipse.org/legal/epl-2.0/ SPDX-License-Identifier: EPL-2.0 Contributors: Eurotech - initial API and implementation --> <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" 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-3.0.xsd" logicalFilePath="KapuaDB/changelog-event-store-1.2.0.xml"> <include relativeToChangelogFile="true" file="../common-properties.xml"/> <changeSet id="changelog-housekeeper-1.2.0-timestamp" author="eurotech" dbms="mysql, mariadb" context="fixTimestamps"> <modifyDataType tableName="sys_housekeeper_run" columnName="last_run_on" newDataType="timestamp(3) NULL"/> </changeSet> </databaseChangeLog>