forked from leftypol/leftypol
Fix AUTO_INCREMENT in SQL dumps
This commit is contained in:
parent
c596d45711
commit
339cb932e2
2 changed files with 4 additions and 4 deletions
|
@ -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 ;
|
Loading…
Add table
Add a link
Reference in a new issue