core
: Fix r#type in schema
This commit is contained in:
parent
3906d03653
commit
b7924c8776
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ diesel::table! {
|
||||||
document -> Bpchar,
|
document -> Bpchar,
|
||||||
pattern -> Bpchar,
|
pattern -> Bpchar,
|
||||||
rel -> Bpchar,
|
rel -> Bpchar,
|
||||||
#[sql_name = "type"]
|
r#type -> Nullable<Bpchar>,
|
||||||
type_ -> Nullable<Bpchar>,
|
|
||||||
href -> Nullable<Bpchar>,
|
href -> Nullable<Bpchar>,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue