Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SHOW DEPLOYMENT and DROP DEPLOYMENT command #460

Closed
dl239 opened this issue Sep 24, 2021 · 1 comment · Fixed by #615
Closed

Add SHOW DEPLOYMENT and DROP DEPLOYMENT command #460

dl239 opened this issue Sep 24, 2021 · 1 comment · Fixed by #615
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dl239
Copy link
Collaborator

dl239 commented Sep 24, 2021

> SHOW DEPLOYMENT demo_data_service;
> SHOW DEPLOYMENTS;
> DROP DEPLOYMENT demo_data_service;

drop index and procedure in DROP DEPLOYMENT

@dl239 dl239 added the enhancement New feature or request label Sep 24, 2021
@dl239 dl239 added this to the v0.3 milestone Sep 24, 2021
@aceforeverd aceforeverd self-assigned this Sep 27, 2021
@aceforeverd
Copy link
Collaborator

aceforeverd commented Sep 29, 2021

> SHOW DEPLOYMENT demo_data_service;

what's the meaning of show deployment xxx?
If that means the deployment status, is it necessary to add show create deployment xxx, which means deployment schema

> SHOW DEPLOYMENTS;
> DROP DEPLOYMENT demo_data_service;

drop index and procedure in DROP DEPLOYMENT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants