Skip to content
Snippets Groups Projects
Commit fd4619f9 authored by Brett Bieber's avatar Brett Bieber
Browse files

Remove auto-increment

parent 2b0733f3
No related branches found
No related tags found
No related merge requests found
......@@ -216,5 +216,5 @@ CREATE TABLE IF NOT EXISTS `voter` (
`submitdatetime` datetime default NULL,
PRIMARY KEY (`id`),
KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;
) ENGINE=MyISAM DEFAULT CHARSET=latin1 ;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment