Fix AUTO_INCREMENT in SQL dumps
This commit is contained in:
@@ -23,4 +23,4 @@ CREATE TABLE IF NOT EXISTS `posts_{board}` (
|
||||
`sticky` int(1) NOT NULL,
|
||||
`locked` int(1) NOT NULL,
|
||||
UNIQUE KEY `id` (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=12 ;
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||||
Reference in New Issue
Block a user