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

sql query for activate a new plugin is wrong #54

Open
orthagh opened this issue Dec 20, 2016 · 1 comment
Open

sql query for activate a new plugin is wrong #54

orthagh opened this issue Dec 20, 2016 · 1 comment
Labels

Comments

@orthagh
Copy link
Contributor

orthagh commented Dec 20, 2016

ex:

UPDATE plugin SET active = 1 WHERE `key` = 'pluginname';

Key is not yet defined just after plugin submission

@orthagh orthagh added the bug label Dec 20, 2016
@hawkguild
Copy link

UPDATE plugin SET active = 1 WHERE key = 'pluginname';

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

No branches or pull requests

2 participants