Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jun 6, 2016
1 parent ca15900 commit 2236902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/m160606_014712_admin_user_role.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function up()
INSERT INTO `admin_user_role` (`id`, `user_id`, `role_id`) VALUES
(3, 1, 14),
(5, 1, 13),
(12, 2, 4),
(12, 2, 4);
";
$this->execute($sql2);
}
Expand Down

0 comments on commit 2236902

Please sign in to comment.