1
Fork 0

core: Use r#type instead of type_

This commit is contained in:
Steffo 2024-11-15 02:35:17 +01:00
parent 5a3d913933
commit b5d907bd07
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -22,8 +22,7 @@ diesel::table! {
id -> Uuid, id -> Uuid,
pattern -> Bpchar, pattern -> Bpchar,
rel -> Bpchar, rel -> Bpchar,
#[sql_name = "type"] r#type -> Nullable<Bpchar>,
type_ -> Nullable<Bpchar>,
href -> Nullable<Bpchar>, href -> Nullable<Bpchar>,
} }
} }