diff --git a/bootstrap/sql/migrations/native/1.10.2/mysql/schemaChanges.sql b/bootstrap/sql/migrations/native/1.10.2/mysql/schemaChanges.sql new file mode 100644 index 00000000000..8cb80e0b793 --- /dev/null +++ b/bootstrap/sql/migrations/native/1.10.2/mysql/schemaChanges.sql @@ -0,0 +1,2 @@ +-- DO NOT RENAME OR DELETE THIS FILE +-- Migrations are applied from Java code based on the version in the file name inside folder openmetadata-service/src/main/java/org/openmetadata/service/migration/mysql/v1102 \ No newline at end of file diff --git a/bootstrap/sql/migrations/native/1.10.2/postgres/schemaChanges.sql b/bootstrap/sql/migrations/native/1.10.2/postgres/schemaChanges.sql new file mode 100644 index 00000000000..0531cba193b --- /dev/null +++ b/bootstrap/sql/migrations/native/1.10.2/postgres/schemaChanges.sql @@ -0,0 +1,2 @@ +-- DO NOT RENAME OR DELETE THIS FILE +-- Migrations are applied from Java code based on the version in the file name inside folder openmetadata-service/src/main/java/org/openmetadata/service/migration/postgres/v1102 \ No newline at end of file diff --git a/bootstrap/sql/migrations/native/1.8.5/mysql/schemaChanges.sql b/bootstrap/sql/migrations/native/1.8.5/mysql/schemaChanges.sql new file mode 100644 index 00000000000..00ff5ef2208 --- /dev/null +++ b/bootstrap/sql/migrations/native/1.8.5/mysql/schemaChanges.sql @@ -0,0 +1,2 @@ +-- DO NOT RENAME OR DELETE THIS FILE +-- Migrations are applied from Java code based on the version in the file name inside folder openmetadata-service/src/main/java/org/openmetadata/service/migration/mysql/v185 \ No newline at end of file diff --git a/bootstrap/sql/migrations/native/1.8.5/postgres/schemaChanges.sql b/bootstrap/sql/migrations/native/1.8.5/postgres/schemaChanges.sql new file mode 100644 index 00000000000..fdec9bc19ae --- /dev/null +++ b/bootstrap/sql/migrations/native/1.8.5/postgres/schemaChanges.sql @@ -0,0 +1,2 @@ +-- DO NOT RENAME OR DELETE THIS FILE +-- Migrations are applied from Java code based on the version in the file name inside folder openmetadata-service/src/main/java/org/openmetadata/service/migration/postgres/v185 \ No newline at end of file