mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Increase the delayed job handler column size to match the tournament backups backup data size. This was preventing import jobs from saving.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class IncreaseDelayedJobHandlerSize < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
change_column :delayed_jobs, :handler, :text, limit: 4294967295 # Change to LONGTEXT
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user