-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
Description
Search before asking
- I had searched in the DSIP and found no similar DSIP.
Motivation
The field named "operator" in the project should be modified to "modify_user_id" for better clarity and easier maintenance
- First modify the backend code uniformly
- Then unify the table fields in backend
- Not involving the front-end UI, no adjustments needed
Design Detail
Incompatible changes
- Rename backend code fields from
operatortomodifyUserId. - Rename tables fields from
operatortomodify_user_id.
These incompatible changes may affect users of secondary development based on API and Database.
Compatibility, Deprecation, and Migration Plan
No response
Test Plan
Test by UT.
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable