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

Implement "create schema" and "drop schema" functionality #43

Closed
AnastasiiaSergienko opened this issue Apr 5, 2019 · 1 comment
Closed
Assignees
Labels
feature Product feature

Comments

@AnastasiiaSergienko
Copy link
Contributor

Acceptance criteria

  1. CREATE SCHEMA my_schema
  2. DROP SCHEMA IF EXISTS my_schema CASCADE/RESTRICT;
@AnastasiiaSergienko AnastasiiaSergienko added the feature Product feature label Apr 5, 2019
@AnastasiiaSergienko AnastasiiaSergienko self-assigned this Apr 5, 2019
AnastasiiaSergienko added a commit that referenced this issue Apr 9, 2019
* #43: implemented create schema statement
* #43: implemented drop schema statement
* #43: moved classes into appropriate packages
@AnastasiiaSergienko
Copy link
Contributor Author

Closed with #44

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

No branches or pull requests

1 participant