Skip to content

[improve] upgrade script merge#3987

Merged
tomsun28 merged 1 commit into
apache:masterfrom
Duansg:merge-script
Jan 19, 2026
Merged

[improve] upgrade script merge#3987
tomsun28 merged 1 commit into
apache:masterfrom
Duansg:merge-script

Conversation

@Duansg

@Duansg Duansg commented Jan 19, 2026

Copy link
Copy Markdown
Member

What's changed?

As the title suggests, link #3977

Checklist

  • I have read the Contributing Guide
  • I have written the necessary doc or comment.
  • I have added the necessary unit tests and all cases have passed.

Add or update API

  • I have added the necessary e2e tests and all cases have passed.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request consolidates database migration scripts by merging the V181 index update migration into the V180 column update migration for all supported databases (PostgreSQL, MySQL, and H2).

Changes:

  • Merged index update operations from V181 into V180 migration scripts
  • Removed V181 migration files for all three database types
  • Fixed trailing whitespace in the merged migration files

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
hertzbeat-startup/src/main/resources/db/migration/postgresql/V181__update_indexes.sql Completely removed - content merged into V180
hertzbeat-startup/src/main/resources/db/migration/postgresql/V180__update_column.sql Added index update operations from V181, fixed trailing whitespace
hertzbeat-startup/src/main/resources/db/migration/mysql/V181__update_indexes.sql Completely removed - content merged into V180
hertzbeat-startup/src/main/resources/db/migration/mysql/V180__update_column.sql Added index update operations from V181, fixed trailing whitespace
hertzbeat-startup/src/main/resources/db/migration/h2/V181__update_indexes.sql Completely removed - content merged into V180
hertzbeat-startup/src/main/resources/db/migration/h2/V180__update_column.sql Added index update operations from V181, fixed trailing whitespace

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tomsun28 tomsun28 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@tomsun28
tomsun28 merged commit 9600a5e into apache:master Jan 19, 2026
9 checks passed
@Duansg
Duansg deleted the merge-script branch January 19, 2026 15:52
pj001 pushed a commit to pj001/hertzbeat that referenced this pull request Jan 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants