My problem with database this morning is big: someone changed the field "ldap" in the Utilisateurs table by "name" ! Why ?
I'm reverting to the old version, because when connecting to the application, the database throws this error:
Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ldap' in 'where clause'
SQL Query: SELECT Utilisateur.id, Utilisateur.name, Utilisateur.role FROM mydb.utilisateurs AS Utilisateur WHERE ldap = 'Hillembrand Cedric'
We should not have to change the database. The full name is only for materiel.
Correcting the bug right now, because I can't use the app !
My problem with database this morning is big: someone changed the field "ldap" in the Utilisateurs table by "name" ! Why ? I'm reverting to the old version, because when connecting to the application, the database throws this error: Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ldap' in 'where clause' SQL Query: SELECT
Utilisateur
.id
,Utilisateur
.name
,Utilisateur
.role
FROMmydb
.utilisateurs
ASUtilisateur
WHEREldap
= 'Hillembrand Cedric' We should not have to change the database. The full name is only for materiel.Correcting the bug right now, because I can't use the app !