correction soft delete
This commit is contained in:
parent
b75ae2542a
commit
41880662a6
1 changed files with 2 additions and 1 deletions
|
|
@ -194,7 +194,8 @@
|
|||
public function delete_soft_project(int $intId): bool {
|
||||
$strRq = "UPDATE project
|
||||
SET project_deleted_at = NOW(),
|
||||
project_edit_date = NOW()
|
||||
project_edit_date = NOW(),
|
||||
project_status = 'supprimé'
|
||||
WHERE project_id = :id";
|
||||
|
||||
$rqPrep = $this->_db->prepare($strRq);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue