From b39cd20c0c06dfa9628b5c40ae57e28edea057af Mon Sep 17 00:00:00 2001 From: Mark Unwin Date: Tue, 19 Jun 2018 13:19:41 +1000 Subject: [PATCH] Reset the auto-inc number for /configuration. --- other/openaudit_mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/openaudit_mysql.sql b/other/openaudit_mysql.sql index f564d00cf..2bfbe2cbb 100644 --- a/other/openaudit_mysql.sql +++ b/other/openaudit_mysql.sql @@ -570,7 +570,7 @@ CREATE TABLE `configuration` ( `edited_date` datetime NOT NULL DEFAULT '2000-01-01 00:00:00', `description` text NOT NULL, PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=61 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; --