1
Fork 0

core: Fix r#type in schema

This commit is contained in:
Steffo 2024-11-15 05:20:46 +01:00
parent 3906d03653
commit b7924c8776
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -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>,
}
}