diff --git a/drushmake_gen.sql b/drushmake_gen.sql index 014628e..20af187 100644 --- a/drushmake_gen.sql +++ b/drushmake_gen.sql @@ -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 ; -- --------------------------------------------------------