mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-04 15:34:35 +02:00
Use escaped name for groups. This fixes an exception on some MySQL servers.
This commit is contained in:
parent
007250db0e
commit
bec7a21517
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ use Doctrine\ORM\Mapping as ORM;
|
|||
* This entity represents an user group.
|
||||
*
|
||||
* @ORM\Entity()
|
||||
* @ORM\Table("groups")
|
||||
* @ORM\Table("`groups`")
|
||||
*/
|
||||
class Group extends StructuralDBElement implements HasPermissionsInterface
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue