Skip to content

Commit

Permalink
V3 migrations: Add missing header. (#4793)
Browse files Browse the repository at this point in the history
  • Loading branch information
KH-Amir-TN authored Feb 13, 2023
1 parent afc7e79 commit b99c765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/migrations/migrations.rake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace :migrations do
DEFAULT_ROLES_MAP = { "admin" => "Administrator", "user" => "User" }.freeze
COMMON = {
headers: { "Content-Type" => "application/json" },
headers: { "Content-Type" => "application/json", "Accept" => "application/json" },
batch_size: 500,
filtered_roles: %w[super_admin admin pending denied user],
filtered_user_roles: %w[super_admin pending denied]
Expand Down

0 comments on commit b99c765

Please sign in to comment.