We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1acae commit ce04a49Copy full SHA for ce04a49
1 file changed
…ration/V4_72__Create_default_tenant.java …ration/V4_73__Create_default_tenant.javaopenaev-api/src/main/java/io/openaev/migration/V4_72__Create_default_tenant.java renamed to openaev-api/src/main/java/io/openaev/migration/V4_73__Create_default_tenant.java
@@ -9,7 +9,7 @@
9
import org.springframework.stereotype.Component;
10
11
@Component
12
-public class V4_72__Create_default_tenant extends BaseJavaMigration {
+public class V4_73__Create_default_tenant extends BaseJavaMigration {
13
14
// Strings to replace in the SQL statement
15
private static String DEFAULT_TENANT_ID = "[DEFAULT_TENANT_ID]";
0 commit comments