fix: migrations
This commit is contained in:
@@ -95,5 +95,24 @@ INSERT INTO `b2b_route_roles` (`route_id`, `role_id`) VALUES
|
||||
(7, '1'),
|
||||
(7, '2'),
|
||||
(7, '3'),
|
||||
(7, '4');
|
||||
(7, '4'),
|
||||
(9, '2'),
|
||||
(9, '3'),
|
||||
(10, '1'),
|
||||
(11, '1'),
|
||||
(12, '1'),
|
||||
(13, '1'),
|
||||
(14, '2'),
|
||||
(14, '3'),
|
||||
(15, '2'),
|
||||
(15, '3'),
|
||||
(16, '2'),
|
||||
(16, '3'),
|
||||
(17, '1'),
|
||||
(18, '2'),
|
||||
(18, '3'),
|
||||
(19, '1'),
|
||||
(20, '1'),
|
||||
(21, '1'),
|
||||
(22, '1');
|
||||
-- +goose Down
|
||||
Reference in New Issue
Block a user