Commit 9a73ed89 authored by Jean-Baptiste Oellers's avatar Jean-Baptiste Oellers
Browse files

Changement type colonne ldap_filter pour Rennes. Redmine #66491

parent c67b0d47
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ class Role extends AbstractRole implements HierarchicalRoleInterface

    /**
     * @var string
     * @ORM\Column(name="ldap_filter", type="string", length=255, unique=true, nullable=true)
     * @ORM\Column(name="ldap_filter", type="text", unique=true, nullable=true)
     */
    protected ?string $ldapFilter;