You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a mysql related problem. Mysql 5.7 change sql_mode default value to ONLY_FULL_GROUP_BY.
And take into the code, in fact, the distinct is unnecessary because id is a primary key on issue table.
The text was updated successfully, but these errors were encountered: