r4211 schema issue
-
installing from latest SVN on debian8 (on mysql 5.5), I encountered an error due to the latest schema update not mentioning the type of new columns. I suppose they are meant to be INT, but I guess it was just forgotten there
The following errors occured
Update ID: 198 - 0
Database Error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘’ at line 1
Database SQL:
ALTER TABLE
fog
.snapinGroupAssoc
ADD COLUMNsgaPrimary
Update ID: 198 - 1
Database Error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘’ at line 1
Database SQL:
ALTER TABLE
fog
.imageGroupAssoc
ADD COLUMNigaPrimary
-
This has been fixed. It was an accidental mix up. I tested the code and found the problem and corrected. Then I overwrote my edits mistakenly and missed this file. Thank for reporting and it is now corrected for.