fixed
This commit is contained in:
parent
ffedcc4da4
commit
33d9100026
@ -117,7 +117,7 @@ function createDB(){
|
|||||||
`description` text NOT NULL,
|
`description` text NOT NULL,
|
||||||
`permLevel` int(16) NOT NULL DEFAULT '0',
|
`permLevel` int(16) NOT NULL DEFAULT '0',
|
||||||
PRIMARY KEY (`ID`)
|
PRIMARY KEY (`ID`)
|
||||||
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1");
|
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1");
|
||||||
echol("created table $table");
|
echol("created table $table");
|
||||||
}
|
}
|
||||||
//table exists
|
//table exists
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user