Commit 36a248bf authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Ajout d'une note

parent c7a557de
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -246,6 +246,13 @@ WHERE
	AND ladaplogin != '';
```


> Pour un changement de nom de connecteur (de 'rest' vers 'db'), il faut mettre à jour la table 'organizationperson' (champ origin - valeur rest > db)
 
```sql
UPDATE organizationperson SET origin = 'db' WHERE origin = 'rest';
```

Enfin, lancer la synchronisation des personnes :

```bash