ungdev / etuutt-api

Users, classes, assos : An awesome API to rule them all
MIT License
2 stars 2 forks source link

:bug: (fixture) GroupSeeder was crashing when updating database #26

Closed TeddyRoncin closed 2 years ago

TeddyRoncin commented 2 years ago

groups is a keyword in mysql, so I replaced the table name in the code (App\Entity\Group) by groups. Using ... tells mysql that the content has to be evaluated, and is not a keyword

Description

Checklist

Test

Implementation

Tools

Documentation