Upgrade Solid Queue (#31)
Two step upgrade; migrations combined since zero downtime not relevant. Reviewed-on: #31
This commit is contained in:
parent
c64550785e
commit
4cbe7cfe37
9 changed files with 194 additions and 25 deletions
|
@ -0,0 +1,6 @@
|
|||
# This migration comes from solid_queue (originally 20240811173327)
|
||||
class AddNameToProcesses < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
add_column :solid_queue_processes, :name, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue