Update crates/db_schema/src/newtypes.rs

Co-authored-by: dullbananas <dull.bananas0@gmail.com>
This commit is contained in:
Dessalines 2025-01-27 12:56:17 -05:00 committed by GitHub
parent d49edf4550
commit 9db5355c05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -221,8 +221,7 @@ pub struct ModlogCombinedId(i32);
pub struct InboxCombinedId(i32);
#[derive(Debug, Copy, Clone, Hash, Eq, PartialEq, Serialize, Deserialize, Default)]
#[cfg_attr(feature = "full", derive(DieselNewType, TS))]
#[cfg_attr(feature = "full", ts(export))]
#[cfg_attr(feature = "full", derive(DieselNewType))]
/// The search combined id
pub struct SearchCombinedId(i32);