Skip to content

Commit

Permalink
Add missing DB migration file, oops
Browse files Browse the repository at this point in the history
I missed this one in #34
  • Loading branch information
rosa committed Nov 3, 2023
1 parent a49b63c commit a350ccf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20231102184135_add_supervisor_id_to_processes.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddSupervisorIdToProcesses < ActiveRecord::Migration[7.1]
def change
add_reference :solid_queue_processes, :supervisor, index: true
end
end

0 comments on commit a350ccf

Please sign in to comment.