Take out typos for real this time
This commit is contained in:
parent
a0a901a675
commit
a11507d30c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ SQL
|
|||
return unless bad_ids
|
||||
execute <<SQL
|
||||
DELETE FROM #{dependent_table}
|
||||
WHERE #{dependent_table}.id IN (#{bad_ids.join(',')};)
|
||||
WHERE #{dependent_table}.id IN (#{bad_ids.join(',')});
|
||||
SQL
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue