When using SQL strict mode, mysql would complain that no default value of the status column is set. Setting the status to 0 before duplicating fixes this. Closes #725 |
||
|---|---|---|
| .. | ||
| BuildService.php | ||
| ProjectService.php | ||
| UserService.php | ||
When using SQL strict mode, mysql would complain that no default value of the status column is set. Setting the status to 0 before duplicating fixes this. Closes #725 |
||
|---|---|---|
| .. | ||
| BuildService.php | ||
| ProjectService.php | ||
| UserService.php | ||