Fix missing parameter.

This commit is contained in:
Guo Xiang Tan 2017-08-10 11:15:51 +09:00
parent b404a4b97c
commit a849959915
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
module Jobs
class FixPrimaryEmailsForStagedUsers < Jobs::Onceoff
def execute_onceoff
def execute_onceoff(args)
User.exec_sql <<~SQL
INSERT INTO user_emails (
user_id,