Package org.springframework.cloud.dataflow.server.db.migration
package org.springframework.cloud.dataflow.server.db.migration
-
ClassDescriptionBase implementation for baselining schema setup.Base implementation for initial Boot 3 schemaThe boot_version field will provide for indicating the version of Spring Boot used by the application and by implication the schema version of task and batch tables.Provides for converting lower case table names to uppercase to ensure it works correctly with a MariaDB or MySQL installation with case-sensitive table or column names.Provide indexes to improve aggregate view performanceProvide indexes to improve performance of finding child tasks.Base implementation for initial schema setup.Base implementation for a
SqlCommand
copying data fromURI_REGISTRY
table intoapp_registration
table.Raw migration data from uri registry into app registration.Base implementation for removing Task v2 and Batch v4 schema.FlywayFlywayConfigurationCustomizer
bean customizing callbacks per active db vendor.Exception is thrown when an error occurs while migrating the dataflow schema.Utility class that can be used in future to drop columns.Provides for converting text or longtext fields in PostgreSQL to OID.