RaigorJiang opened a new issue, #21698: URL: https://github.com/apache/shardingsphere/issues/21698
Hi community, This issue is for #21659, #21671. ### Aim Change keyword `PROCESS CONFIGURATION` to `RULE`, e.g. ``` ALTER MIGRATION PROCESS CONFIGURATION -> ALTER MIGRATION RULE SHOW MIGRATION PROCESS CONFIGURATION -> SHOW MIGRATION RULE ``` Change keyword `RESOURCE` to `STORAGE UNIT`, e.g. ``` ADD MIGRATION SOURCE RESOURCE -> ADD MIGRATION SOURCE STORAGE UNIT DROP MIGRATION SOURCE RESOURCE -> DROP MIGRATION SOURCE STORAGE UNIT ``` Because `MIGRATION RULE` has a default value, `CREATE` and `DROP` are not needed, so just keep `ALTER`, remove the following syntax: - CREATE MIGRATION PROCESS CONFIGURATION - DROP MIGRATION PROCESS CONFIGURATION -- 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]
