This commit is contained in:
Andreas 2019-09-17 16:39:58 +02:00
parent ffedcc4da4
commit 33d9100026

View File

@ -117,7 +117,7 @@ function createDB(){
`description` text NOT NULL,
`permLevel` int(16) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1");
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1");
echol("created table $table");
}
//table exists