Skip to content

Commit

Permalink
Add clear duplicated users rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
luciegrau committed Feb 6, 2025
1 parent 5e6d225 commit 93b3088
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/tasks/clear_duplicated_users.rake
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# frozen_string_literal: true

namespace :decidim do
desc "Clear duplicated users with the same phone_numbers in the database"
task clear_duplicated_users: :environment do
ClearDuplicatedHalfSignupUsersJob.perform_now
end
end

0 comments on commit 93b3088

Please sign in to comment.