apolloconfig / apollo

Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
https://www.apolloconfig.com
Apache License 2.0
28.95k stars 10.19k forks source link

rename the init.h2.sql to avoid loading wrong files in quick start mode #5034

Closed nobodyiam closed 7 months ago

nobodyiam commented 7 months ago

What's the purpose of this PR

rename the init.h2.sql to avoid loading wrong files in quick start mode

Which issue(s) this PR fixes:

Fixes #5033

Brief changelog

add database prefix to the init.h2.sql files.

Follow this checklist to help us incorporate your contribution quickly and easily:

codecov[bot] commented 7 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (b67db2b) 49.62% compared to head (ed34b97) 49.53%.

Files Patch % Lines
...mework/apollo/biz/service/BizDBPropertySource.java 0.00% 1 Missing :warning:
.../apollo/portal/service/PortalDBPropertySource.java 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5034 +/- ## ============================================ - Coverage 49.62% 49.53% -0.09% + Complexity 1904 1901 -3 ============================================ Files 372 372 Lines 11559 11559 Branches 1127 1127 ============================================ - Hits 5736 5726 -10 - Misses 5483 5492 +9 - Partials 340 341 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.