Aias00 opened a new pull request, #1290: URL: https://github.com/apache/rocketmq-dashboard/pull/1290
## Summary - add the Apache and cloud instance columns persisted by `RmqInstance` to the authoritative `rmq_instance` DDL - add a schema contract test for those persisted fields A clean MySQL import can now serve `GET /api/instances` without missing-column failures. ## Verification - `mvn -q -Dtest=MybatisPlusInstanceRepositoryTest test` - `mvn -q -DskipTests compile` - imported `db/schema.sql` into a clean MySQL 8 database and verified `vendor`, `cloud_instance_id`, `credential_id`, and `region_id` Closes #1289 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
