Create webfinger
crate #5
1 changed files with 1 additions and 2 deletions
|
@ -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>,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue