mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Upper case DELETE statement
This keeps it consistent with the rest of the log.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user