PMCORE-545 Public files in a process cannot be deleted (in Windows Server) when the process is imported
This commit is contained in:
@@ -9,6 +9,8 @@ class BpmnProject extends Model
|
||||
// Set our table name
|
||||
protected $table = 'BPMN_PROJECT';
|
||||
protected $primaryKey = 'PRJ_UID';
|
||||
public $incrementing = false;
|
||||
// We do not have create/update timestamps for this table
|
||||
public $timestamps = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user