Upper case DELETE statement

This keeps it consistent with the rest of the log.
This commit is contained in:
Pau Perez
2020-03-10 13:15:54 +01:00
parent 0f1d57db73
commit 4f015320a3

View File

@@ -53,7 +53,7 @@ class TruncateData
end
def sql_delete_from(sql)
ActiveRecord::Base.connection.execute("delete from #{sql}")
ActiveRecord::Base.connection.execute("DELETE FROM #{sql}")
end
def where_order_id_in_orders_to_delete