Create webfinger
crate #5
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ diesel::table! {
|
|||
id -> Uuid,
|
||||
pattern -> Bpchar,
|
||||
rel -> Bpchar,
|
||||
#[sql_name = "type"]
|
||||
type_ -> Nullable<Bpchar>,
|
||||
r#type -> Nullable<Bpchar>,
|
||||
href -> Nullable<Bpchar>,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue