You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
162 B

1 month ago
  1. INSERT INTO `role_has_permissions` (`permission_id`, `role_id`)
  2. VALUES (1, 1),
  3. (2, 1),
  4. (2, 2),
  5. (2, 3),
  6. (2, 4),
  7. (3, 1),
  8. (3, 2),
  9. (4, 3);