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

update catalog api #416

Merged
merged 2 commits into from
Sep 14, 2016
Merged

update catalog api #416

merged 2 commits into from
Sep 14, 2016

Conversation

yqguodataman
Copy link
Contributor

No description provided.

@@ -2,7 +2,7 @@ package catalog

import (
"encoding/base64"
"errors"
//"errors"
Copy link
Contributor

Choose a reason for hiding this comment

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

unuse code

@yqguodataman yqguodataman force-pushed the yqguo_dataman branch 4 times, most recently from ef11e5f to 96b56fe Compare September 14, 2016 02:55
`type` int(10) unsigned DEFAULT NULL,
PRIMARY KEY (`id`)
PRIMARY KEY (`id`),
UNIQUE KEY `accountid_name` (`account_id`, `name`)
Copy link
Contributor

Choose a reason for hiding this comment

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

We have to promise the version upgrade by DB migration scripts from the coming version

@vitan
Copy link
Contributor

vitan commented Sep 14, 2016

resolving #404

@vitan vitan merged commit 8d0443b into master Sep 14, 2016
@vitan vitan deleted the yqguo_dataman branch September 14, 2016 05:48
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.

4 participants