diff --git a/acrate-core/src/schema.rs b/acrate-core/src/schema.rs index a11635a..51159fd 100644 --- a/acrate-core/src/schema.rs +++ b/acrate-core/src/schema.rs @@ -22,8 +22,7 @@ diesel::table! { id -> Uuid, pattern -> Bpchar, rel -> Bpchar, - #[sql_name = "type"] - type_ -> Nullable, + r#type -> Nullable, href -> Nullable, } }