Skip to content

Commit

Permalink
reset makefiles auto-increment to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Ruppel committed Feb 26, 2011
1 parent 7023e8a commit 4019f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drushmake_gen.sql
Expand Up @@ -36,7 +36,7 @@ CREATE TABLE `makefiles` (
`opts` text,
`timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=15 ;
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

Expand Down

0 comments on commit 4019f4e

Please sign in to comment.