dev.soffa.foundation.data.NoMigrationDelegate Maven / Gradle / Ivy
package dev.soffa.foundation.data;
public class NoMigrationDelegate implements MigrationDelegate {
@Override
public String getMigrationName(String tenant) {
return "auto";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy