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, }