Start Ponder questions from 11
Summary: We don't link Q1 - Q4. Test Plan: Created the table, insterted row, verified that the id is 11. Reviewers: pieter, epriestley Reviewed By: pieter CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3891
This commit is contained in:
@@ -14,7 +14,7 @@ CREATE TABLE `{$NAMESPACE}_ponder`.`ponder_question` (
|
||||
UNIQUE KEY `phid` (`phid`),
|
||||
KEY `authorPHID` (`authorPHID`),
|
||||
KEY `heat` (`heat`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=11;
|
||||
|
||||
CREATE TABLE `{$NAMESPACE}_ponder`.`ponder_answer` (
|
||||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
|
||||
Reference in New Issue
Block a user