MHMDhub / enterprise-log-search-and-archive

Automatically exported from code.google.com/p/enterprise-log-search-and-archive
0 stars 0 forks source link

Documentation Error in MySQL Insert #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I believe this:

INSERT INTO classes (class_id, class) VALUES (10000, "NEWCLASS");

Should be this:

INSERT INTO classes (id, class) VALUES (10000, "NEWCLASS");

Original issue reported on code.google.com by lib...@gmail.com on 6 Jun 2012 at 1:32

GoogleCodeExporter commented 8 years ago
Fixed, thanks!

Original comment by mchol...@gmail.com on 6 Jun 2012 at 1:46