I'm not sure this a bug or not.
in your go.mysql file you have
CREATE TABLE 'go' (
shouldn't it be
CREATE TABLE go (
I'm wondering because I am creating prefix sites and normally have to edit the files to read
CREATE TABLE prefix_go (
I'm not sure this a bug or not.
in your go.mysql file you have
CREATE TABLE 'go' (
shouldn't it be
CREATE TABLE go (
I'm wondering because I am creating prefix sites and normally have to edit the files to read
CREATE TABLE prefix_go (
Comments
Comment #1
willmoy commented