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 b5d907bd07 - Show all commits

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