mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-02-02 23:31:41 +00:00
Update crates/db_schema/src/newtypes.rs
Co-authored-by: dullbananas <dull.bananas0@gmail.com>
This commit is contained in:
parent
d49edf4550
commit
9db5355c05
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue