install.sql mistake

This commit is contained in:
Michael Foster 2013-07-26 18:22:48 -04:00
parent 37d5846e4e
commit 595a165fa3

View File

@ -143,7 +143,7 @@ CREATE TABLE IF NOT EXISTS `mods` (
-- Dumping data for table `mods`
--
INSERT INTO `mods` (`id`, `username`, `password`, `type`, `boards`) VALUES
INSERT INTO `mods` (`id`, `username`, `password`, `salt`, `type`, `boards`) VALUES
(1, 'admin', 'cedad442efeef7112fed0f50b011b2b9bf83f6898082f995f69dd7865ca19fb7', '4a44c6c55df862ae901b413feecb0d49', 2, '*');
-- --------------------------------------------------------