RockteMQ-AI commented on issue #4722: URL: https://github.com/apache/rocketmq-dashboard/issues/4722#issuecomment-5758032931
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The migration script `V20251217_1__nameserver_unique_key.sql` references `create_time` which does not exist in the `nameserver` table (the actual column is `gmt_create`). This causes the unique-key migration to always fail with a SQL error, blocking schema upgrades. The fix in PR [#4721](https://github.com/apache/rocketmq-dashboard/pull/4721) correctly replaces `create_time` with `gmt_create`. **Impact:** Schema migration failure on any dashboard instance upgrading past this migration version. **Severity:** High — blocks upgrade path. --- *Automated evaluation by RockteMQ-AI* -- 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]
