lizhimins opened a new pull request, #2317:
URL: https://github.com/apache/rocketmq-dashboard/pull/2317

   ## Summary
   - Standardize every table to start with `id bigint(20) unsigned NOT NULL 
AUTO_INCREMENT` as the primary key, with `gmt_create` / `gmt_modified` as the 
fixed 2nd/3rd columns; drop varchar UUID primary keys and `created_at` / 
`updated_at`
   - Rename tables for clarity: `rmq_topic` → `rmq_instance_topic`, `rmq_group` 
→ `rmq_instance_group`, `rmq_message_query` → `rmq_instance_message`, 
`rmq_trace_query` → `rmq_instance_trace`
   - Switch entities, repositories, services, VOs and DTOs from String to Long 
ids and remove all UUID generation
   - Preserve special semantics: the ACL default-permission marker moves from 
id suffixes to `resource_pattern` (`DEFAULT_TOPIC`/`DEFAULT_GROUP`), the 
settings singleton resolves by first row, data sources keep `ds_key` as a 
business key (`ds-<id>`), and new `InstanceIds`/`EntityIds` helpers bridge 
String API parameters to numeric ids
   
   ## Test plan
   - [x] `mvn test` green: 1197 tests pass
   - [x] Remote MySQL rebuilt from the new schema and verified column order; 
server redeployed and API smoke-tested


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

Reply via email to