diff --git a/dev_mvc/model/testactions/model_createdb.php b/dev_mvc/model/testactions/model_createdb.php index c0a71d0..d3a6af8 100644 --- a/dev_mvc/model/testactions/model_createdb.php +++ b/dev_mvc/model/testactions/model_createdb.php @@ -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