From 33d9100026813e73223b14d18e68245d86f35b72 Mon Sep 17 00:00:00 2001 From: Andreas Date: Tue, 17 Sep 2019 16:39:58 +0200 Subject: [PATCH] fixed --- dev_mvc/model/testactions/model_createdb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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