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

Finish up Table Info Tab #17

Closed
fernyb opened this issue Jun 15, 2011 · 0 comments
Closed

Finish up Table Info Tab #17

fernyb opened this issue Jun 15, 2011 · 0 comments
Assignees

Comments

@fernyb
Copy link
Owner

fernyb commented Jun 15, 2011

When changing the selection from the Pop Up Menus it should send a request to the server to update the table.
The following fields will update when selection changes:

  • Type
  • Encoding
  • Collation

A new endpoint will be needed called, "/update_table/:table", it will require a POST.

the example endpoint would be:
"/update_table/checkins?type=MyISAM"
"/api.php?endpoint=update_table&table=checkins&type=MyISAM"

@ghost ghost assigned fernyb Jun 15, 2011
fernyb added a commit that referenced this issue Jun 16, 2011
@fernyb fernyb closed this as completed Jun 16, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant