1
Fork 0

Create webfinger crate #5

Merged
steffo merged 53 commits from feature/webfinger into main 2024-11-16 06:33:06 +00:00
Showing only changes of commit b7924c8776 - Show all commits

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