From 2362bb21f44f23427a904744afd155e3b37c93f8 Mon Sep 17 00:00:00 2001 From: Bhanu Agrawal Date: Tue, 18 Nov 2025 12:32:35 +0530 Subject: [PATCH] Added missing migration sql files [1.8.5 and 1.10.2] (#24399) * Added missing migration sql files [1.8.5 and 1.10.2] * Updated comment --- bootstrap/sql/migrations/native/1.10.2/mysql/schemaChanges.sql | 2 ++ .../sql/migrations/native/1.10.2/postgres/schemaChanges.sql | 2 ++ bootstrap/sql/migrations/native/1.8.5/mysql/schemaChanges.sql | 2 ++ .../sql/migrations/native/1.8.5/postgres/schemaChanges.sql | 2 ++ 4 files changed, 8 insertions(+) create mode 100644 bootstrap/sql/migrations/native/1.10.2/mysql/schemaChanges.sql create mode 100644 bootstrap/sql/migrations/native/1.10.2/postgres/schemaChanges.sql create mode 100644 bootstrap/sql/migrations/native/1.8.5/mysql/schemaChanges.sql create mode 100644 bootstrap/sql/migrations/native/1.8.5/postgres/schemaChanges.sql 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