From f5449cd397d14579ccd905e1034f9f4586a1b037 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 15 Nov 2024 06:31:49 +0100 Subject: [PATCH] `core`: Fix `r#type` again --- acrate-core/src/schema.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/acrate-core/src/schema.rs b/acrate-core/src/schema.rs index 5cd7157..cbee252 100644 --- a/acrate-core/src/schema.rs +++ b/acrate-core/src/schema.rs @@ -34,6 +34,7 @@ diesel::table! { id -> Uuid, document -> Bpchar, pattern -> Bpchar, + rel -> Bpchar, value -> Nullable, } }