Fix AUTO_INCREMENT in SQL dumps

This commit is contained in:
Savetheinternet 2011-04-12 21:11:32 +10:00
parent c596d45711
commit 339cb932e2
2 changed files with 4 additions and 4 deletions

View file

@ -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 ;