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,
|
||||
pattern -> Bpchar,
|
||||
rel -> Bpchar,
|
||||
#[sql_name = "type"]
|
||||
type_ -> Nullable<Bpchar>,
|
||||
r#type -> Nullable<Bpchar>,
|
||||
href -> Nullable<Bpchar>,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue