1
Fork 0

core: Fix r#type again

This commit is contained in:
Steffo 2024-11-15 06:31:49 +01:00
parent 6315c22ad6
commit f5449cd397
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -34,6 +34,7 @@ diesel::table! {
id -> Uuid,
document -> Bpchar,
pattern -> Bpchar,
rel -> Bpchar,
value -> Nullable<Bpchar>,
}
}