-
Notifications
You must be signed in to change notification settings - Fork 2.8k
modify comments for tables/columns and views #220
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
Conversation
@arvi3411301 review app for this pr? |
@karthikvt26 status check for server changed from test_and_build_server to build_server. @shahidhk can we change it back to test_and_build_server? |
Review app available at: https://hge-ci-pull-220.herokuapp.com |
@praveenweb I tested the following usecases
While creating table I encountered a tiny css issue
Let me know |
Review app available at: https://hge-ci-pull-220.herokuapp.com |
if (state.tableComment && state.tableComment !== '') { | ||
sqlCreateTable += | ||
' COMMENT ON TABLE ' + | ||
currentSchema + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Space before this
Review app https://hge-ci-pull-220.herokuapp.com is deleted |
/heroku deploy |
Review app available at: https://hge-ci-pull-220.herokuapp.com |
/heroku delete |
Review app https://hge-ci-pull-220.herokuapp.com is deleted |
/heroku deploy |
@arpit4 you don't have enough permissions to execute this command |
GitOrigin-RevId: e78e8f7f2810b0b1ef7a34cd7aace49c1e559a8c
No description provided.