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.
ibihf/migrations/20230716203602_add_role_nam...

9 lines
185 B

-- Add up migration script here
INSERT INTO role_names
(id, role, name, language)
VALUES
(1, 1, 'admin', 1),
(2, 2, 'reviewer', 1),
(3, 3, 'user', 1),
(4, 1, 'administrateur', 2);