Skip to content

Commit

Permalink
Merge pull request #548 from slovensko-digital/GO-181/remove_tmp_jobs
Browse files Browse the repository at this point in the history
GO-181 Remove temporary jobs
  • Loading branch information
luciajanikova authored Feb 10, 2025
2 parents dedaf1b + f14d23f commit 7491965
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
11 changes: 0 additions & 11 deletions app/jobs/add_inbox_tag_to_thread_job.rb

This file was deleted.

5 changes: 0 additions & 5 deletions app/jobs/add_inbox_tag_to_threads_job.rb

This file was deleted.

1 change: 0 additions & 1 deletion db/migrate/20250204074342_create_inbox_tag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ class CreateInboxTag < ActiveRecord::Migration[7.1]
def up
Tenant.find_each do |tenant|
tenant.create_inbox_tag!(name: "Doručené", visible: false) unless tenant.inbox_tag
AddInboxTagToThreadsJob.set(job_context: :later).perform_later
end
end

Expand Down

0 comments on commit 7491965

Please sign in to comment.