Skip to content

Commit

Permalink
Reset the auto-inc number for /configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Jun 19, 2018
1 parent 52c6903 commit b39cd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/openaudit_mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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 */;

--
Expand Down

0 comments on commit b39cd20

Please sign in to comment.