mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add one off job to grant the emoji badge retroactively
This commit is contained in:
5
db/migrate/20160407174541_schedule_emoji_grant.rb
Normal file
5
db/migrate/20160407174541_schedule_emoji_grant.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class ScheduleEmojiGrant < ActiveRecord::Migration
|
||||
def up
|
||||
Jobs.enqueue(:grant_emoji)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user