mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Remove the schema; fix #422
This commit is contained in:
parent
c536ea64c3
commit
110adcae85
2 changed files with 41 additions and 3 deletions
|
@ -145,7 +145,7 @@ struct InnerSchema {
|
|||
}
|
||||
|
||||
impl Schema {
|
||||
fn to_builder(&self) -> SchemaBuilder {
|
||||
pub fn to_builder(&self) -> SchemaBuilder {
|
||||
let identifier = self.inner.identifier.clone();
|
||||
let attributes = self.attributes_ordered();
|
||||
SchemaBuilder {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue