From ef654b147250704424f93c357eef6b69fe5f02b8 Mon Sep 17 00:00:00 2001 From: dullbananas Date: Wed, 20 Dec 2023 15:56:19 -0700 Subject: [PATCH] Update comment.rs --- crates/db_schema/src/source/comment.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/db_schema/src/source/comment.rs b/crates/db_schema/src/source/comment.rs index 63ed04f0d..3ebea42c1 100644 --- a/crates/db_schema/src/source/comment.rs +++ b/crates/db_schema/src/source/comment.rs @@ -67,10 +67,6 @@ pub struct CommentInsertForm { pub deleted: Option, pub ap_id: Option, pub local: Option, - #[cfg(feature = "full")] - pub path: Option, - #[cfg(not(feature = "full"))] - pub path: Option, pub distinguished: Option, pub language_id: Option, }