diff --git a/acrate-core/src/schema.rs b/acrate-core/src/schema.rs index 4be615f..5cd7157 100644 --- a/acrate-core/src/schema.rs +++ b/acrate-core/src/schema.rs @@ -24,8 +24,7 @@ diesel::table! { document -> Bpchar, pattern -> Bpchar, rel -> Bpchar, - #[sql_name = "type"] - type_ -> Nullable, + r#type -> Nullable, href -> Nullable, } }