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

Remove links to database page, add rename database functionality to tables page #3491

Closed
deontologician opened this issue Jan 5, 2015 · 4 comments
Assignees
Milestone

Comments

@deontologician
Copy link
Contributor

The database page is currently a hidden easter egg (there is one link to it), and after reql_admin it's also broken. The only unique functionality from the page was the ability to rename a database. That should be moved elsewhere and the remaining link to the database page should be removed. We may add it back in at a later point if necessary

@mike-marcacci
Copy link

Hey there, did the rename database functionality make it into 1.16? I can't seem to find it anywhere. (Sorry if I'm just missing, it, which is entirely possible... it is quite late here.)

@timmaxw
Copy link
Member

timmaxw commented Feb 4, 2015

In 1.16 you can rename a database through ReQL by writing r.db("foo").config().update({"name": "bar"}). I don't think it's possible to rename a database through the web UI.

@deontologician
Copy link
Contributor Author

Ah, sorry no we didn't add it. We're going to make some modifications to the table listing page, so it will show up there. As tim mentioned, you can do it though the system tables for now

@mike-marcacci
Copy link

Gotcha – I actually just figured that out about an hour ago. I have to say I love having access to the rethinkdb table. Thanks for the clarification!

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

No branches or pull requests

4 participants