mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-21 08:23:55 +02:00
rebae
This commit is contained in:
parent
8ca1e77e9b
commit
34bc0ff15f
|
@ -1376,8 +1376,8 @@ impl SchemaWriteTransaction<'_> {
|
|||
unique: false,
|
||||
phantom: false,
|
||||
sync_allowed: false,
|
||||
replicated: true,
|
||||
index: vec![],
|
||||
replicated: Replicated::True,
|
||||
indexed: false,
|
||||
syntax: SyntaxType::Utf8StringInsensitive,
|
||||
},
|
||||
);
|
||||
|
@ -1391,8 +1391,8 @@ impl SchemaWriteTransaction<'_> {
|
|||
unique: false,
|
||||
phantom: false,
|
||||
sync_allowed: false,
|
||||
replicated: true,
|
||||
index: vec![],
|
||||
replicated: Replicated::True,
|
||||
indexed: false,
|
||||
syntax: SyntaxType::Utf8StringInsensitive,
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue