mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
DEV: Refactor migrations-tooling
* Updates GitHub Action for migrations * Rubocop: Always `EnforcedShorthandSyntax` for hashes in the `migrations` directory * Automatically load all available converter steps * Enable YJIT at runtime, if available * Progressbar shows skipped records and other small improvements
This commit is contained in:

committed by
Gerhard Schlager

parent
7b5839ec44
commit
71a90dcba2
@ -71,7 +71,7 @@ module Migrations::Uploader
|
||||
end
|
||||
|
||||
def update_status_queue(row, upload, status)
|
||||
status_queue << { id: row[:id], upload_id: upload[:id], status: status }
|
||||
status_queue << { id: row[:id], upload_id: upload[:id], status: }
|
||||
end
|
||||
|
||||
def log_status
|
||||
|
Reference in New Issue
Block a user