Skip to content

Conversation

jmikola
Copy link
Member

@jmikola jmikola commented Apr 13, 2015

@jmikola jmikola changed the title [PHPLIB-70]: Index management PHPLIB-70: DatabaseInfo models and index management Apr 21, 2015
@jmikola jmikola force-pushed the phplib-70 branch 2 times, most recently from 496779f to 8d8176c Compare April 24, 2015 20:00
*/
public function dropIndex($indexName)
{
// TODO
// TODO: Add support for dropping indexes by keys/options (e.g. IndexModel)
$indexName = (string) $indexName;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this string is empty, we should raise an InvalidArgumentException.

@jmikola jmikola force-pushed the phplib-70 branch 2 times, most recently from 10207cb to 66048a4 Compare April 24, 2015 23:56
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

Successfully merging this pull request may close these issues.

1 participant