Skip to content

Commit

Permalink
Fix seed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Feb 20, 2024
1 parent c3b1513 commit a4427c2
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions config/Seeds/InitSeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -447,11 +447,11 @@ public function run(): void {

$sql = <<<SQL
INSERT INTO `roles` (`id`, `name`, `alias`, `created`, `modified`) VALUES
(1, 'Admin', 'admin', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(3, 'Moderator', 'mod', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(4, 'User', 'user', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(14, 'Guest', 'guest', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(15, 'Super-Admin', 'superadmin', '0000-00-00 00:00:00', '0000-00-00 00:00:00');
(1, 'Admin', 'admin', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(3, 'Moderator', 'mod', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(4, 'User', 'user', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(14, 'Guest', 'guest', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(15, 'Super-Admin', 'superadmin', '2010-06-06 00:19:56', '2010-06-06 00:19:56');
SQL;
$this->execute($sql);

Expand All @@ -471,52 +471,52 @@ public function run(): void {

$sql = <<<SQL
INSERT INTO `sandbox_animals` (`id`, `name`, `created`, `modified`) VALUES
(1, 'Alpaca', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(2, 'Armadillo', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(3, 'Badger', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(4, 'Butterfly', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(5, 'Cheetah', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(6, 'Chicken', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(7, 'Dog', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(8, 'Dragonfly', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(9, 'Eagle', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(10, 'Elephant', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(11, 'Frog', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(12, 'Fox', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(13, 'Giraffe', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(14, 'Goat', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(15, 'Hawk', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(16, 'Hornet', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(17, 'Ibex', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(18, 'Ibis', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(19, 'Jackal', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(20, 'Jellyfish', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(21, 'Koala', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(22, 'Kookabura', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(23, 'Lion', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(24, 'Llama', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(25, 'Mantis', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(26, 'Meerkat', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(27, 'Narwhal', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(28, 'Newt', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(29, 'Octopus', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(30, 'Ostrich', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(31, 'Parrot', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(32, 'Penguin', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(33, 'Quetzal', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(34, 'Quail', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(35, 'Raven', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(36, 'Rhinoceros', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(37, 'Scorpion', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(38, 'Snake', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(39, 'Tiger', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(40, 'Toad', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(41, 'Viper', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(42, 'Vulture', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(43, 'Wasp', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(44, 'Whale', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(45, 'Yak', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(46, 'Zebra', '0000-00-00 00:00:00', '0000-00-00 00:00:00');
(1, 'Alpaca', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(2, 'Armadillo', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(3, 'Badger', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(4, 'Butterfly', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(5, 'Cheetah', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(6, 'Chicken', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(7, 'Dog', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(8, 'Dragonfly', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(9, 'Eagle', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(10, 'Elephant', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(11, 'Frog', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(12, 'Fox', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(13, 'Giraffe', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(14, 'Goat', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(15, 'Hawk', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(16, 'Hornet', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(17, 'Ibex', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(18, 'Ibis', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(19, 'Jackal', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(20, 'Jellyfish', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(21, 'Koala', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(22, 'Kookabura', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(23, 'Lion', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(24, 'Llama', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(25, 'Mantis', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(26, 'Meerkat', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(27, 'Narwhal', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(28, 'Newt', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(29, 'Octopus', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(30, 'Ostrich', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(31, 'Parrot', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(32, 'Penguin', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(33, 'Quetzal', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(34, 'Quail', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(35, 'Raven', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(36, 'Rhinoceros', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(37, 'Scorpion', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(38, 'Snake', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(39, 'Tiger', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(40, 'Toad', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(41, 'Viper', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(42, 'Vulture', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(43, 'Wasp', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(44, 'Whale', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(45, 'Yak', '2010-06-06 00:19:56', '2010-06-06 00:19:56'),
(46, 'Zebra', '2010-06-06 00:19:56', '2010-06-06 00:19:56');
SQL;
$this->execute($sql);
}
Expand Down

0 comments on commit a4427c2

Please sign in to comment.