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
This commit is contained in:
Bhanu Agrawal 2025-11-18 12:32:35 +05:30 committed by GitHub
parent 437a266ce1
commit 2362bb21f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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