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

Missing table creation in README #4

Closed
ijt opened this issue Mar 28, 2014 · 0 comments
Closed

Missing table creation in README #4

ijt opened this issue Mar 28, 2014 · 0 comments

Comments

@ijt
Copy link

ijt commented Mar 28, 2014

Hi there,

I had to run this to get go-guerrilla to run:

CREATE TABLE gm2_setting (
setting_name VARCHAR(128),
setting_value INT NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

Maybe it should be included in the README.

@flashmob flashmob closed this as completed Nov 2, 2016
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

2 participants