com.github.mengweijin.flyway.database.dm.ISupport8And9 Maven / Gradle / Ivy
package com.github.mengweijin.flyway.database.dm;
/**
* Title: Godfather1103's Github
* Copyright: Copyright (c) 2023
* Company: https://github.com/godfather1103
* 提供一个接口用于兼容flyway的8跟9版本
*
* @author 作者: Jack Chu E-mail: [email protected]
* @version 1.0
* @date 创建时间:2023/11/29 14:21
* @since 1.0
*/
public interface ISupport8And9 {
/**
* 用于兼容flyway的8跟9版本
*
* @return 结果
* @author 作者: Jack Chu E-mail: [email protected]
* @date 创建时间:2023/11/29 14:22
*/
public boolean supportsChangingCurrentSchema();
}