You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/database
Your Name e5c119d35c revert: run emoji cloud migration inline, not via queued job
Keep the migration running the upload inline (Artisan::call), not dispatched
to the queue. The local emoji files live on the web container's storage where
migrations run; a queued Horizon worker may not share that storage in future
(web and horizon storage decoupled), which would make a queued job a no-op.

Reverts the EmojiMigrateToCloudPipeline job approach.
3 weeks ago
..
factories refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
migrations revert: run emoji cloud migration inline, not via queued job 3 weeks ago
seeds Add Laravel Framework 9 years ago
.gitignore Add Laravel Framework 9 years ago