Only derive WithoutId for Community with "full" feature

This commit is contained in:
dullbananas 2023-08-01 11:57:03 -07:00 committed by GitHub
parent 55835e8c2a
commit de0e9c6fdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,8 @@ use ts_rs::TS;
use typed_builder::TypedBuilder;
#[skip_serializing_none]
#[derive(Clone, PartialEq, Eq, Debug, Serialize, Deserialize, WithoutId!)]
#[cfg_attr(feature = "full", derive(Queryable, Identifiable, TS))]
#[derive(Clone, PartialEq, Eq, Debug, Serialize, Deserialize)]
#[cfg_attr(feature = "full", derive(Queryable, Identifiable, TS, WithoutId!))]
#[cfg_attr(feature = "full", diesel(table_name = community))]
#[cfg_attr(feature = "full", ts(export))]
/// A community.