finish migration class
This commit is contained in:
@@ -26,7 +26,7 @@ class Deletion
|
||||
if (!$this->isConditioned())
|
||||
throw new InvalidArgumentException("Deletions need to be conditioned.");
|
||||
|
||||
return esc_sql("DELETE FROM $table WHERE $whereClause");
|
||||
return "DELETE FROM $table WHERE $whereClause";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user